List all external user referrals audit records

GET {{baseUrl}}/external-users/audit-records?organizationId=<string>&userId=<string>&number=0&size=10&filter=<string>&sort=<string>

List all external user referrals audit records

Request Params

KeyDatatypeRequiredDescription
organizationIdstring(Required) Specifies the ID of the organization
userIdstringSpecifies the ID of the relevant user
numbernumberIndex of page to be returned. Number of available pages is returned in response body property page.totalPages.
sizenumberSpecifies the number of elements in a page. Maximum number of resources to be returned per page. The service might return less resources.
filterstringJSON string allowing to filter for the following optional fields and operations.

JSON string can contain following fields:

  • id E.g.: {"id":275}
  • name E.g.: {"name":"CISCO"}
  • parentId E.g.: {"parentId":263}

In the following, an unencoded example filter value is shown, to return the connector instances for given asset and parameters.

{ 
  &quot;name&quot;:&quot;CISCO&quot;
}

| | sort | string | | Specifies the fields to sort the results by.

Ex: GET /resources?sort=-color,+name : Sorts the results based on descending color order and ascending name order. |

HEADERS

KeyDatatypeRequiredDescription
If-None-MatchstringSpecifies the ETag of the resource
Acceptstring

RESPONSES

status: OK

{&quot;externalUserAudit&quot;:[{&quot;eventTime&quot;:&quot;2021-08-25T08:55:18.687Z&quot;,&quot;externalUser&quot;:{&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;organizationId&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;organizationName&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referredUser&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;status&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referredAt&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referrerUser&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;reviewerUser&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referrerComment&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;reviewerComment&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;reviewedAt&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;meta&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}},{&quot;eventTime&quot;:&quot;2021-08-25T08:55:18.687Z&quot;,&quot;externalUser&quot;:{&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;organizationId&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;organizationName&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referredUser&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;status&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referredAt&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referrerUser&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;reviewerUser&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;referrerComment&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;reviewerComment&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;reviewedAt&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;},&quot;meta&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}}],&quot;meta&quot;:{&quot;page&quot;:{&quot;totalPages&quot;:12959304,&quot;number&quot;:-48682191,&quot;size&quot;:60108993,&quot;elements&quot;:94421219,&quot;totalElements&quot;:50829391}}}