POST tab/GetThumbnailDetailData
Request Information
URI Parameters
None.
Body Parameters
iGetThumbnailDetailData| Name | Description | Type | Additional information |
|---|---|---|---|
| thumbnailDetailId | globally unique identifier |
None. |
|
| userId | globally unique identifier |
None. |
|
| userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"thumbnailDetailId": "917ccfce-d558-4ea7-9151-e7d2b8e8cc33",
"userId": "515b74f9-8e5b-47a9-80ea-547b647fa6ad",
"userRole": 3
}
Response Information
Resource Description
oGetThumbnailDetailDataResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of oGetThumbnailDetailData |
None. |
|
| StatusCode | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Records": [
{
"thumbnailDetailId": "sample string 1",
"thumbnailDetailImage": "sample string 2",
"thumbnailDetailUrl": "sample string 3"
},
{
"thumbnailDetailId": "sample string 1",
"thumbnailDetailImage": "sample string 2",
"thumbnailDetailUrl": "sample string 3"
}
],
"StatusCode": true,
"Message": "sample string 2"
}