POST Operator/Get_Operators?Ticket={Ticket}&search={search}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Ticket | string |
Required |
|
search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_OperatorsName | Description | Type | Additional information |
---|---|---|---|
draw | integer |
None. |
|
recordsFiltered | integer |
None. |
|
recordsTotal | integer |
None. |
|
data | Collection of Operator_T |
None. |
|
ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "draw": 1, "recordsFiltered": 2, "recordsTotal": 3, "data": [ { "OPERATOR_ID": 1, "OPERATOR_UID": "c629eb42-ecc2-4688-9562-c55496d430bc", "OPERATOR_USERNAME": "sample string 3", "PARTNER_ID": 4, "OPERATOR_NAME": "sample string 5", "OPERATOR_EMAIL": "sample string 6", "OPERATOR_MOBILE": "sample string 7", "OPERATOR_PHONE": "sample string 8", "IS_ACTIVE": true, "IS_ADMINISTRATOR": true, "TECDOC_USERNAME": "sample string 11", "TECDOC_PASSWORD": "sample string 12", "IS_DRAFT": true, "COMPANY_NAME": "sample string 14" }, { "OPERATOR_ID": 1, "OPERATOR_UID": "c629eb42-ecc2-4688-9562-c55496d430bc", "OPERATOR_USERNAME": "sample string 3", "PARTNER_ID": 4, "OPERATOR_NAME": "sample string 5", "OPERATOR_EMAIL": "sample string 6", "OPERATOR_MOBILE": "sample string 7", "OPERATOR_PHONE": "sample string 8", "IS_ACTIVE": true, "IS_ADMINISTRATOR": true, "TECDOC_USERNAME": "sample string 11", "TECDOC_PASSWORD": "sample string 12", "IS_DRAFT": true, "COMPANY_NAME": "sample string 14" } ], "ExceptionMsg": "sample string 4" }