LIST - List all data attributes
GET {{baseUrl}}/config/data-agreements/data-attributes?revisionId=<string>&offset=<integer>&limit=10&methodOfUse=<string>
This endpoint reads all data attrinbutes defined in a data agreement with pagination.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
revisionId | string | An object with id revisionId | |
offset | string | Requested index for start of resources to be provided in response requested by client | |
limit | number | Number of items returned per page. Requested number of resources to be provided in response requested by client | |
methodOfUse | string | null/data_source/data_using_service |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"dataAttributes":[{"value":"\u003cError: Could not resolve allOf schema"},{"value":"\u003cError: Could not resolve allOf schema"}],"pagination":{"currentPage":"\u003cinteger\u003e","totalItems":"\u003cinteger\u003e","totalPages":"\u003cinteger\u003e","limit":"\u003cinteger\u003e","hasPrevious":"\u003cboolean\u003e","hasNext":"\u003cboolean\u003e"}}