Get a paginated list of common access

GET {{baseUrl}}/common-access

This endpoint returns the current common access for a customer. The returned items can be filtered and sorted. Requires authorization scope of iai:access-modeling:read

Request Params

KeyDatatypeRequiredDescription
offsetnumberOffset into the full result set. Usually specified with limit to paginate through the results.
See V3 API Standard Collection Parameters for more information.
limitnumberMax number of results to return.
See V3 API Standard Collection Parameters for more information.
countbooleanIf true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

See V3 API Standard Collection Parameters for more information. | | filters | string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters

Filtering is supported for the following fields and operators:

status: eq, sw

reviewedByUser eq

access.id: eq, sw

access.type: eq

access.name: sw, eq

access.description: sw, eq | | sorters | string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters

Sorting is supported for the following fields: access.name, status

By default the common access items are sorted by name, ascending. |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{"id":"555ab47a-0d32-4813-906f-adf3567de6a4","access":{"id":"Ut labore","type":"ACCESS_PROFILE","name":"nisi aliqua dolore non eu","description":"ad ex","ownerName":"dolor reprehenderit esse","ownerId":"ut quis"},"status":"nisi dolor eu nulla","lastUpdated":"2009-02-27T02:01:54.587Z","reviewedByUser":false,"lastReviewed":"2023-07-25T17:27:09.274Z","createdByUser":false},{"id":"555ab47a-0d32-4813-906f-adf3567de6a4","access":{"id":"minim u","type":"ROLE","name":"cupidatat irure","description":"mollit laboris do exercitation culpa","ownerName":"laborum anim dolor","ownerId":"consectetur ea Lorem"},"status":"culpa tempor","lastUpdated":"1952-03-23T09:41:51.588Z","reviewedByUser":true,"lastReviewed":"1960-03-24T17:17:35.783Z","createdByUser":false}]