Get a Non-Employee Source
GET {{baseUrl}}/non-employee-sources/:sourceId
This gets a non-employee source. There are two contextual uses for the requested-for path parameter: 
  1. The user has the role context of idn:nesr:read, in which case he or
she may request any source.
  2. The current user is an account manager, in which case the user can only
request sources that they own.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
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"}