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

KeyDatatypeRequiredDescription
assigneestringFilter by the assignee/data provider.
passportIdstringFilter by passport id.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;id&quot;:&quot;6B29FC40-CA47-1067-B31D-00DD010662DA&quot;,&quot;status&quot;:&quot;open&quot;,&quot;passportId&quot;:&quot;6B29FC40-CA47-1067-B31D-00DD010662DA&quot;,&quot;assignee&quot;:&quot;oauth2|main-tenant|samlp|Name|Number&quot;,&quot;attribute&quot;:&quot;passport.general_information.identification.menufacturer_id.name&quot;},{&quot;id&quot;:&quot;6B29FC40-CA47-1067-B31D-00DD010662DA&quot;,&quot;status&quot;:&quot;completed&quot;,&quot;passportId&quot;:&quot;6B29FC40-CA47-1067-B31D-00DD010662DA&quot;,&quot;assignee&quot;:&quot;oauth2|main-tenant|samlp|Name|Number&quot;,&quot;attribute&quot;:&quot;passport.general_information.identification.menufacturer_id.name&quot;}]}