GET api/branding/{id}/getcustomisationdata?roleId={roleId}&documentId={documentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| roleId | integer |
Required |
|
| documentId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DocumentCustomisationDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| FileReference | string |
None. |
|
| Data | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"FileReference": "sample string 1",
"Data": "sample string 2"
}