The purpose of this API is to List entities.
Request
URL
|
https://your_account.modulus.biz/api/cnt/entity?token=YOUR_TOKEN
|
---|---|
API Name
|
entity
|
Method
|
GET
|
Source
|
Third Party Server
|
Recipient
|
modulus® Server
|
Content Type
|
application/json
|
Query String Parameters
Parameter
|
Required
|
Type
|
Description
|
---|---|---|---|
token
|
Yes
|
Text
|
Your authentication token.
|
page_number
|
No
|
Number
|
Which page to list default value is 1.
|
page_size
|
No
|
Number
|
Number of records per page value must be from 10 to 100 (if less than 10 use 10, if greater than 100 use 100) default value is 10.
|
load_options
|
No
|
Array
|
Possible values: address, contact.
|
filter
|
No
|
Object
|
Possible values: codes, type, tags
|
Responses
HTTP Status | result | title | message | object |
---|---|---|---|---|
Success Responses | ||||
200 OK | true | Success | Vacancies listed successfully. |
|
Failure Responses | ||||
500 Internal Server Error | false | Error | Error message describe the problem. |
Example
Request |
|
---|---|
200 OK |
|