Get a Lightbox document
get
/crmRestApi/resources/11.13.18.05/lightboxDocuments/{LightboxDocumentId}
Request
Path Parameters
-
LightboxDocumentId(required): string
The unique identifier of the Lightbox document.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : lightboxDocuments-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code associated with the lightbox document. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. -
CurrentRevision: string
Title:
Current VersionRead Only:trueThe current version of the document. -
DeleteFlag: boolean
Read Only:
trueIndicates if the current user can delete the document. The default value is true. -
DocumentContents: string
(byte)
The field used to upload and download the document through services.
-
DocumentDownloadedCount: integer
Title:
DownloadsRead Only:trueThe number of times the document has been downloaded. -
documentDownloadSignals: array
Lightbox Scoring Signals
Title:
Lightbox Scoring SignalsThe resource is used to view the signals captured when a document is downloaded. -
DocumentDownloadURL: string
Title:
Document Download URLRead Only:trueThe URL to the document. -
DocumentOwnerFlag: boolean
Title:
OwnerRead Only:trueMaximum Length:1Default Value:trueThe owner of the document. -
DocumentPageCount: integer
(int32)
Title:
Page CountRead Only:trueDefault Value:0The page count of the user. -
documentPages: array
Lightbox Document Pages
Title:
Lightbox Document PagesThe Lightbox document page resource is used to view and update the pages within a Lightbox document. - DocumentSharedToEntityCount: integer
- DocumentSharedToUserCount: integer
- documentSharedToUserSignals: array Document-shared-with-user Signals
-
DocumentThumbnailURL: string
Title:
Document Thumbnail URLRead Only:trueThe URL to the document thumbnail. -
DocumentTitle: string
Title:
Document TitleMaximum Length:255The title of the document. The default value is the file name without the file extension. You can change the title using the update method. -
DocumentType: string
Title:
Type DescriptionRead Only:trueThe description of the document type. -
DocumentTypeCode: string
Title:
File TypeRead Only:trueMaximum Length:30The type of the Lightbox document, for example, Image, PPTX, PDF, Site, etc. - DocumentUnsharedFromUserCount: integer
- documentUnsharedFromUserSignals: array Document-unshared-with-user Signals
-
DocumentViewedInLightboxCount: integer
Title:
Inside Document ViewsRead Only:trueThe number of times the document has been viewed in Lightbox. -
documentViewedInLightboxSignals: array
Document-Viewed-Within-Lightbox Signals
Title:
Document-Viewed-Within-Lightbox SignalsThe resource is used to view the signals that the document is viewed within Lightbox. -
DocumentViewedOutsideLightboxCount: integer
Title:
Outside Document ViewsRead Only:trueThe number of times the document has been viewed outside Lightbox. -
documentViewedOutsideLightboxSignals: array
Document-viewed-outside-Lightbox Signals
Title:
Document-viewed-outside-Lightbox SignalsThe resource is used to view and create the signals captured when document is viewed by a process outside Lightbox. -
FileName: string
Title:
File NameMaximum Length:1000The file name of the document. -
FileSize: integer
(int64)
Title:
File SizeRead Only:trueDefault Value:-1The file size of the document. -
IsDocumentReadyFlag: boolean
Title:
Document ReadyRead Only:trueIndicates if the document is ready for sharing. The default value is true. -
IsDocumentUploadInProgressFlag: boolean
Title:
Document Upload in ProgressRead Only:trueMaximum Length:1Indicates whether a document upload is in progress. You cannot access certain functions during the upload process. - IsSharedWithCurrentUserFlag: boolean
-
KeyPageSequenceNumber: integer
Title:
Thumbnail Page NumberThe page number of the thumbnail. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentId: string
Title:
Document IDMaximum Length:64The unique identifier of the Lightbox document. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalOwnerEmailAddress: string
Title:
Original Owner Email AddressRead Only:trueMaximum Length:320The e-mail address of the employee resource who originally uploaded the Sales Lightbox document. -
OriginalOwnerName: string
Title:
Original Owner NameRead Only:trueMaximum Length:450The name of the employee resource who originally uploaded the document. -
OriginalOwnerPartyId: integer
(int64)
Title:
Original Owner Party IDRead Only:trueThe unique identifier of the original owner of the document. The original owner is the person who first uploaded the document. -
PublicDocumentDate: string
Title:
Public Document DateRead Only:trueThe date when a document was last made public. -
PublicDocumentFlag: boolean
Title:
Public DocumentMaximum Length:1Default Value:falseIdentifies whether a document has been marked as public. - SharedDate: string (date-time)
- sharedPersons: array Shared-person Instances
-
Thumbnail: string
(byte)
Read Only:
trueThe field used to get the document thumbnail through services. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the record can be updated. The default value is true. -
UploadDate: string
(date-time)
Title:
Upload DateRead Only:trueThe date when the document was originally shared with the current user, or was last updated. It is used to provide the default sort ordering.
Nested Schema : Lightbox Scoring Signals
Type:
arrayTitle:
Lightbox Scoring SignalsThe resource is used to view the signals captured when a document is downloaded.
Show Source
Nested Schema : Lightbox Document Pages
Type:
arrayTitle:
Lightbox Document PagesThe Lightbox document page resource is used to view and update the pages within a Lightbox document.
Show Source
Nested Schema : Document-Viewed-Within-Lightbox Signals
Type:
arrayTitle:
Document-Viewed-Within-Lightbox SignalsThe resource is used to view the signals that the document is viewed within Lightbox.
Show Source
Nested Schema : Document-viewed-outside-Lightbox Signals
Type:
arrayTitle:
Document-viewed-outside-Lightbox SignalsThe resource is used to view and create the signals captured when document is viewed by a process outside Lightbox.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : lightboxDocuments-documentDownloadSignals-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentId: string
Title:
Document IDMaximum Length:64The unique identifier of the Lightbox document. -
LightboxDocumentRevision: string
Title:
VersionMaximum Length:64The current revision of the document. -
LightboxSignalId: integer
(int64)
Title:
Lightbox Signal IDThe unique identifier of the Lightbox document's signal. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SignalDate: string
(date-time)
Title:
Signal DateThe date when the signal was captured.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : lightboxDocuments-documentPages-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code associated with the document pages. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. -
DocumentCurrentVersion: string
Title:
Current VersionRead Only:trueMaximum Length:30The current version of the document. -
DocumentPageCount: integer
(int32)
Title:
Page CountRead Only:trueThe total number of pages in the document. -
DocumentPageImageURL: string
Read Only:
trueThe URL of the high-fidelity page image. -
DocumentPageThumbnailURL: string
Title:
Document Page Thumbnail URLRead Only:trueThe URL to the document page thumbnail. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentPageId: string
Title:
Document Page IDMaximum Length:64The unique identifier of the Lightbox document page. -
LightboxDocumentRevision: string
Title:
VersionRead Only:trueThe current version of the document. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PageAddedToCartCount: integer
Title:
Lightbox Document Page Added to Cart CountRead Only:trueThe number of times the page of the Lightbox document has been added to the cart. -
pageAddedToCartSignals: array
Page-added-to-cart Signals
Title:
Page-added-to-cart SignalsThe resource is used to view the signals captured when pages of a document are added to cart. -
PageDisplayTitle: string
Title:
Page Display TitleRead Only:trueMaximum Length:255The page display title consisting of the page number, and either the page title or the total number of pages. -
PageDownloadedInCartCount: integer
Title:
Lightbox Document Page Downloaded to Cart CountRead Only:trueThe number of times the page of the Lightbox document has been downloaded to the cart. -
pageDownloadedInCartSignals: array
Downloaded-from-cart Signals
Title:
Downloaded-from-cart SignalsThe resource is used to view the signals captured when pages within a cart are downloaded by the user. -
PageSequenceNumber: integer
(int32)
Title:
Page Sequence NumberThe sequence number of the page in the document. -
PageThumbnail: string
(byte)
Read Only:
trueThe field used to get the page thumbnail through services. -
PageTitle: string
Title:
Page TitleMaximum Length:255The title of the page. -
PageViewedOutsideLightboxCount: integer
Title:
Outside Page ViewsRead Only:trueThe number of times the page was viewed outside Lightbox. -
pageViewedOutsideLightboxSignals: array
Page-viewed-outside-Lightbox Signals
Title:
Page-viewed-outside-Lightbox SignalsThe resource is used to view and create signals that a Lightbox document's pages are viewed outside Lightbox. - SharedDate: string (date-time)
-
SimplePageDisplayTitle: string
Title:
Simplified Page Display TitleRead Only:trueMaximum Length:255The simplified page display title consisting of either the page title, or the page number and the total number of pages. -
UpdateFlag: boolean
Indicates whether the record can be updated. The default value is true.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Page-added-to-cart Signals
Type:
arrayTitle:
Page-added-to-cart SignalsThe resource is used to view the signals captured when pages of a document are added to cart.
Show Source
Nested Schema : Downloaded-from-cart Signals
Type:
arrayTitle:
Downloaded-from-cart SignalsThe resource is used to view the signals captured when pages within a cart are downloaded by the user.
Show Source
Nested Schema : Page-viewed-outside-Lightbox Signals
Type:
arrayTitle:
Page-viewed-outside-Lightbox SignalsThe resource is used to view and create signals that a Lightbox document's pages are viewed outside Lightbox.
Show Source
Nested Schema : lightboxDocuments-documentPages-pageAddedToCartSignals-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentId: string
Title:
Document IDMaximum Length:64The unique identifier of the Lightbox document. -
LightboxDocumentRevision: string
Title:
VersionMaximum Length:64The current revision of the document. -
LightboxSignalId: integer
(int64)
Title:
Lightbox Signal IDThe unique identifier of the Lightbox document's signal. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PageSequenceNumber: integer
(int32)
Title:
Page Sequence NumberThe sequence number of the page in the document. -
SignalDate: string
(date-time)
Title:
Signal DateThe date when the signal was captured.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : lightboxDocuments-documentPages-pageDownloadedInCartSignals-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentId: string
Title:
Document IDMaximum Length:64The unique identifier of the Lightbox document. -
LightboxDocumentRevision: string
Title:
VersionMaximum Length:64The current revision of the document. -
LightboxSignalId: integer
(int64)
Title:
Lightbox Signal IDThe unique identifier of the Lightbox document's signal. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PageSequenceNumber: integer
(int32)
Title:
Page Sequence NumberThe sequence number of the page in the document. -
SignalDate: string
(date-time)
Title:
Signal DateThe date when the signal was captured.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : lightboxDocuments-documentPages-pageViewedOutsideLightboxSignals-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentId: string
Title:
Document IDMaximum Length:64The unique identifier of the Lightbox document. -
LightboxDocumentRevision: string
Title:
VersionMaximum Length:64The current revision of the document. -
LightboxSignalId: integer
(int64)
Title:
Lightbox Signal IDThe unique identifier of the Lightbox document's signal. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PageSequenceNumber: integer
(int32)
Title:
Page Sequence NumberThe sequence number of the page in the document. -
SignalDate: string
(date-time)
Title:
Signal DateThe date when the signal was captured.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : lightboxDocuments-documentViewedInLightboxSignals-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentId: string
Title:
Document IDMaximum Length:64The unique identifier of the Lightbox document. -
LightboxDocumentRevision: string
Title:
VersionMaximum Length:64The current revision of the document. -
LightboxSignalId: integer
(int64)
Title:
Lightbox Signal IDThe unique identifier of the Lightbox document's signal. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SignalDate: string
(date-time)
Title:
Signal DateThe sequence number of the page in the document.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : lightboxDocuments-documentViewedOutsideLightboxSignals-item-response
Type:
Show Source
object-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
LightboxDocumentId: string
Title:
Document IDMaximum Length:64The unique identifier of the Lightbox document. -
LightboxDocumentRevision: string
Title:
VersionMaximum Length:64The current revision of the document. -
LightboxSignalId: integer
(int64)
Title:
Lightbox Signal IDThe unique identifier of the Lightbox document's signal. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SignalDate: string
(date-time)
Title:
Signal DateThe date when the signal was captured.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- LightboxDocumentTypeVO
-
The list of values indicating the document type.
The following properties are defined on the LOV link relation:- Source Attribute: DocumentTypeCode; Target Attribute: LightboxDocumentType
- Display Attribute: Meaning
- RatedCurrenciesVO
-
The list of values indicating the currency code used by the organization, such as USD and GBP.
The following properties are defined on the LOV link relation:- Source Attribute: CurrencyCode; Target Attribute: CurrencyCode
- Display Attribute: CurrencyCode
- YesNoLookup
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DYES_NO
The list of values indicating if the document has been marked as public, such as true or false.
The following properties are defined on the LOV link relation:- Source Attribute: PublicDocumentFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- documentDownloadSignals
-
Parameters:
- LightboxDocumentId:
$request.path.LightboxDocumentId
The resource is used to view the signals captured when a document is downloaded. - LightboxDocumentId:
- documentPages
-
Operation: /crmRestApi/resources/11.13.18.05/lightboxDocuments/{LightboxDocumentId}/child/documentPagesParameters:
- LightboxDocumentId:
$request.path.LightboxDocumentId
The Lightbox document page resource is used to view and update the pages within a Lightbox document. - LightboxDocumentId:
- documentSharedToUserSignals
-
Parameters:
- LightboxDocumentId:
$request.path.LightboxDocumentId
The resource is used to view the signals captured when a document is shared with a user. - LightboxDocumentId:
- documentUnsharedFromUserSignals
-
Parameters:
- LightboxDocumentId:
$request.path.LightboxDocumentId
The resource is used to view the signals captured when a document share with a user is deleted. - LightboxDocumentId:
- documentViewedInLightboxSignals
-
Parameters:
- LightboxDocumentId:
$request.path.LightboxDocumentId
The resource is used to view the signals that the document is viewed within Lightbox. - LightboxDocumentId:
- documentViewedOutsideLightboxSignals
-
Parameters:
- LightboxDocumentId:
$request.path.LightboxDocumentId
The resource is used to view and create the signals captured when document is viewed by a process outside Lightbox. - LightboxDocumentId:
- sharedPersons
-
Operation: /crmRestApi/resources/11.13.18.05/lightboxDocuments/{LightboxDocumentId}/child/sharedPersonsParameters:
- LightboxDocumentId:
$request.path.LightboxDocumentId
The shared person resource is used to view, create, and delete document shares. A document share lets you share the Lightbox document with another user. - LightboxDocumentId:
Examples
The following example shows how to get a Lightbox document by submitting a GET request on the REST resource using cURL.
cURL Command
curl --basic --user user_name:passwd -X
GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/lightboxDocuments/a4aa6826-d372-4a43-8bee-e72fc3390fc3
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"LightboxDocumentId": "a4aa6826-d372-4a43-8bee-e72fc3390fc3",
"DocumentTypeCode": "PDF",
"FileName": "ADF String_Editor.pdf",
"OriginalOwnerPartyId": 100010025532672,
"OriginalOwnerName": "Gabrielle Lee",
"OriginalOwnerEmailAddress": "sendmail-test-discard@your_org.com”,
"DocumentOwnerFlag": null,
"CurrentRevision": "1",
"KeyPageSequenceNumber": 1,
"IsDocumentReadyFlag": true,
"SharedDate": null,
"CurrencyCode": "USD",
"DocumentPageCount": 6,
"DocumentThumbnailURL": "https://servername.fa.us2.oraclecloud.com/crmRestApi/lightboxresource/tn/UCMFA099819_1_1~.jpg",
"FileSize": 616768,
"DocumentDownloadURL": "https://servername.fa.us2.oraclecloud.com/crmRestApi/lightboxresource/doc/UCMFA099819~",
"DocumentType": "PDF",
"DocumentDownloadedCount": 0,
"DocumentSharedToEntityCount": 0,
"DocumentSharedToUserCount": 0,
"DocumentViewedOutsideLightboxCount": 0,
"DocumentViewedInLightboxCount": 2,
"DocumentUnsharedFromUserCount": 0,
"DeleteFlag": true,
"IsSharedWithCurrentUserFlag": false,
"IsDocumentUploadInProgressFlag": false,
"UpdateFlag": true,
"UploadDate": "2016-10-19T03:07:32-07:00",
"CreationDate": "2016-10-19T03:04:26-07:00",
"CreatedBy": "SALES_ADMIN",
"LastUpdateDate": "2016-10-19T03:07:32-07:00",
"LastUpdatedBy": "SALES_ADMIN",
"LastUpdateLogin": "3F31475A98262516E053DF00F40A5937",
"DocumentTitle": "MyPDF File",
...
}