Retrieves a list of external identifiers.
filter | string Filters the collection items. This field requires
a special format. Use For more information, see Using filter with collections. |
sort | Array of strings Sorts and orders the collection of items. To sort in descending
order, prefix with |
limit | integer [ 0 .. 1000 ] Limits the number of collection items to be returned. |
offset | integer [ 0 .. 1000 ] Specifies the starting point within the collection of items to be returned. |
List of external identifiers retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
[- {
- "resource": "customers",
- "resourceId": "string",
- "service": "quickbooks-online",
- "externalIdentifier": "string",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}
]