Find attributes
With this endpoint, you can search for attributes based on criteria such as name, creation or modification date, attribute type, and other factors.
Authorizations
S2S access token (JWT) from fabric Identity service (during Login)
Headers
A header used by fabric to identify the tenant making the request. You must include tenant id in the authentication header for an API request to access any of fabric’s endpoints. You can retrieve the tenant id , which is also called account id, from Copilot. This header is required.
Unique request ID
Body
Specification for matching attributes
Maximum number of records per page <br /> When no value is specified, default is 10.
Number of records to skip before returning records. For example, offset=20, limit=10
returns records 21-30.
Criteria to sort response. Sorting is supported only on createdAt
, updatedAt
, type
, name
and isMandatory
. -
refers to descending while +
refers to ascending order
Was this page helpful?