POST tab/GetTabList
Request Information
URI Parameters
None.
Body Parameters
iGetTabListName | Description | Type | Additional information |
---|---|---|---|
userId | globally unique identifier |
None. |
|
userRole | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "userId": "b7d13c1d-1c78-41f8-838f-3ea94684e186", "userRole": 2 }
Response Information
Resource Description
oGetTabListResponseName | Description | Type | Additional information |
---|---|---|---|
Records | Collection of oGetTabList |
None. |
|
StatusCode | boolean |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Records": [ { "tabId": "sample string 1", "tabTitle": "sample string 2", "tabIcon": "sample string 3", "tabSeq": "sample string 4", "tabCode": "sample string 5" }, { "tabId": "sample string 1", "tabTitle": "sample string 2", "tabIcon": "sample string 3", "tabSeq": "sample string 4", "tabCode": "sample string 5" } ], "StatusCode": true, "Message": "sample string 2" }