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": "871fbf54-0652-4932-bbd2-6e6d7d7159ed",
"userId": "e3221daf-9605-4447-81d6-60eda0cc24b1",
"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"
}