List Schema Attributes Non-Employee Source
GET {{baseUrl}}/non-employee-sources/:sourceId/schema-attributes
This API gets the list of schema attributes for the specified Non-Employee SourceId. There are 8 mandatory attributes added to each new Non-Employee Source automatically. Additionaly, user can add up to 10 custom attributes. This interface returns all the mandatory attributes followed by any custom attributes. At most, a total of 18 attributes will be returned.
Requires role context of idn:nesr:read
or the user must be an account manager of the source.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"type":"TEXT","technicalName":"account.name","label":"Account Name","id":"ac110005-7156-1150-8171-5b292e3e0084","system":true,"modified":"2019-08-23T18:52:59.162Z","created":"2019-08-23T18:40:35.772Z","helpText":"The unique identifier for the account","placeholder":"Enter a unique user name for this account.","required":true},{"type":"TEXT","technicalName":"account.name","label":"Account Name","id":"ac110005-7156-1150-8171-5b292e3e0084","system":true,"modified":"2019-08-23T18:52:59.162Z","created":"2019-08-23T18:40:35.772Z","helpText":"The unique identifier for the account","placeholder":"Enter a unique user name for this account.","required":true}]