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.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"type":"TEXT","label":"string","technicalName":"string","helpText":"string","placeholder":"string","required":true}]