Retrieve Attribute Assignments.
GET {{baseUrl}}/attribute-assignments?assignee=<string>&passportId=<string>
Retrieve a list of attribute assignments with optional filters. This endpoint allows you to get the assigned attributes for specific assignees (data provider) or passport Id. You can use the filters to narrow down the results based on the assignee or passport Id.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
assignee | string | Filter by the assignee/data provider. | |
passportId | string | Filter by passport id. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"id":"6B29FC40-CA47-1067-B31D-00DD010662DA","status":"open","passportId":"6B29FC40-CA47-1067-B31D-00DD010662DA","assignee":"oauth2|main-tenant|samlp|Name|Number","attribute":"passport.general_information.identification.menufacturer_id.name"},{"id":"6B29FC40-CA47-1067-B31D-00DD010662DA","status":"completed","passportId":"6B29FC40-CA47-1067-B31D-00DD010662DA","assignee":"oauth2|main-tenant|samlp|Name|Number","attribute":"passport.general_information.identification.menufacturer_id.name"}]}