GET api/branding/{id}/getcustomisationdata?roleId={roleId}&documentId={documentId}
Get Customisation Data. Processes this branding API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The unique identifier of the requested resource. |
integer |
Required |
| roleId |
The unique identifier of the role resource. |
integer |
Required |
| documentId |
The unique identifier of the document resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
DocumentCustomisationDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| FileReference |
The file reference value. |
string |
None. |
| Data |
The data value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileReference": "sample string 1",
"Data": "sample string 2"
}