List Non-Employee Sources

GET {{baseUrl}}/non-employee-sources

This gets a list of non-employee sources.

Request Params

KeyDatatypeRequiredDescription
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
countbooleanIf true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. | | requested-for | string | | (Required) The identity for whom the request was made. me indicates the current user. | | non-employee-count | boolean | | (Required) The flag to determine whether return a non-employee count associate with source. | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: name, created, sourceId |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"a0303682-5e4a-44f7-bdc2-6ce6112549c1","sourceId":"2c91808568c529c60168cca6f90c1313","name":"Retail","description":"Source description","approvers":[{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"},{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"}],"accountManagers":[{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"},{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"}],"modified":"2019-08-23T18:52:59.162Z","created":"2019-08-23T18:40:35.772Z","nonEmployeeCount":2},{"id":"a0303682-5e4a-44f7-bdc2-6ce6112549c1","sourceId":"2c91808568c529c60168cca6f90c1313","name":"Retail","description":"Source description","approvers":[{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"},{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"}],"accountManagers":[{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"},{"type":"IDENTITY","id":"5168015d32f890ca15812c9180835d2e"}],"modified":"2019-08-23T18:52:59.162Z","created":"2019-08-23T18:40:35.772Z","nonEmployeeCount":2}]