GET Register/Worker/LoadAll?SessionId={SessionId}&CompanyId={CompanyId}&keyword={keyword}&includeDeleted={includeDeleted}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionId | string |
None. |
|
| CompanyId | integer |
None. |
|
| keyword | string |
Required |
|
| includeDeleted | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
KendoGridResponseOfWorkerRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| total | integer |
None. |
|
| data | Collection of WorkerRecord |
None. |
|
| errorCode | integer |
None. |
|
| error | string |
None. |
|
| top | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"data": null,
"errorCode": 2,
"error": "sample string 3",
"top": 4
}
text/javascript
Sample:
{"total":1,"data":null,"errorCode":2,"error":"sample string 3","top":4}
application/xml, text/xml
Sample:
<KendoGridResponseOfWorkerRecordnF7GhsFb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/T8UtilityLib"> <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/T8LSPModel.Register.Worker" i:nil="true" /> <error>sample string 3</error> <errorCode>2</errorCode> <top>4</top> <total>1</total> </KendoGridResponseOfWorkerRecordnF7GhsFb>
application/x-protobuf
Sample: