Name | Description |
---|---|
offset integer | The first record of the page. Default is set to 0. |
limit integer | The number of records on the page. Default is set to 20. |
sort_order string (query) | Sort the records in ascending or descending order. The default order is asc. Allowed values: asc or desc. Available values : asc, desc |
sort_by string | Sorting the records can be applied on specific field. Default value is asc. Available values : name, client_id, updated_at, updated_by, created_at, created_by Default value : name |
Code | Description |
---|---|
200 | Success
Example Value | Model
|
400 | Bad Request Example Value | Model
|
404 | Client not Found
Example Value | Model
|
500 | Internal Server Error
Example Value | Model
|
Name | Description |
---|---|
payload * required Object (body) | Example Value | Model
application/json |
201 | Success
Example Value | Model
|
400 | Bad Request
Example Value | Model
|
409 | Conflict: Client already exists
Example Value | Model
|
500 | Internal Server Error
Example Value | Model
|
Name | Description |
---|---|
client_id * required string path ) | client_id: enter the client id in the field |
Code | Description |
---|---|
200 | Success
Example Value | Model
|
400 | Bad Request
Example Value | Model
|
404 | Not Found
Example Value | Model
|
Name | Description |
---|---|
client_id * required string path ) | client_id: |
Code | Description |
---|---|
200 | Success Example Value | Model
|
400 | Bad Request
Example Value | Model
|
404 | Client Not Found
Example Value | Model
|
Name | Description |
---|---|
payload * required object body ) | Example Value | Model
application/json |
action string (query) | What kind of update action are you performing Available values : set, pull, push |
client_id * required string (path) | client_id: enter the client id |
Code | Description |
---|---|
200 | Success
Example Value | Model
|
400 | Bad Request
Example Value | Model
|
404 | Not Found
Example Value | Model
|
Name | Description |
---|---|
payload * required object body ) |
Parameter content type: application/json |
client_id * required string (path) | client_id: enter the client id |
Code | Description |
---|---|
200 | Success
Example Value | Model
|
400 | Bad Request
Example Value | Model
|
404 | Not Found Example Value | Model
|