LIST - List all organisation types
GET {{baseUrl}}/onboard/organisation/types?offset=<integer>&limit=10
This endpoint reads all organisation types.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | string | Requested index for start of resources to be provided in response requested by client | |
limit | number | Number of items returned per page. Requested number of resources to be provided in response requested by client |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"organisationTypes":[{"id":"\u003cstring\u003e","type":"\u003cstring\u003e","imageId":"\u003cstring\u003e","imageUrl":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","type":"\u003cstring\u003e","imageId":"\u003cstring\u003e","imageUrl":"\u003cstring\u003e"}],"pagination":{"currentPage":"\u003cinteger\u003e","totalItems":"\u003cinteger\u003e","totalPages":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","hasPrevious":"\u003cboolean\u003e","hasNext":"\u003cboolean\u003e"}}