POST v1/application/permission/list
APPLICATION PERMISSION LIST
Request Information
URI Parameters
None.
Body Parameters
ListPermissionRequestModelName | Description | Type | Additional information |
---|---|---|---|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "user_company_id": "sample string 1", "user_id": "sample string 2", "user_signature": "sample string 3" }
Response Information
Resource Description
APPLICATION PERMISSION LIST
BaseMetaResultModelOfListOfPermissionName | Description | Type | Additional information |
---|---|---|---|
response | Collection of Permission |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": [ { "id": 1, "parent_id": 1, "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "source": 5 }, { "id": 1, "parent_id": 1, "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "source": 5 } ], "meta": { "status_code": 1, "status_message": "sample string 2" } }