GET edit/data-lookup/figures?sSection={sSection}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sSection | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FigureMaint| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Section | string |
None. |
|
| Label | string |
None. |
|
| URL | string |
None. |
|
| FigureLinkText | string |
None. |
|
| ChangeBy | string |
None. |
|
| ChangeDate | string |
None. |
|
| Rotate | integer |
None. |
|
| Thumbnail | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Section": "sample string 2",
"Label": "sample string 3",
"URL": "sample string 4",
"FigureLinkText": "sample string 5",
"ChangeBy": "sample string 6",
"ChangeDate": "sample string 7",
"Rotate": 8,
"Thumbnail": true
},
{
"id": 1,
"Section": "sample string 2",
"Label": "sample string 3",
"URL": "sample string 4",
"FigureLinkText": "sample string 5",
"ChangeBy": "sample string 6",
"ChangeDate": "sample string 7",
"Rotate": 8,
"Thumbnail": true
}
]