External information lookup
Concept
Example use case
Functional behavior
Typical integration points
Scope and limitations
Successfully retrieved the lookup record.
LookupRecord
Map of attribute definitions that specify the type for each attribute.
LookupAttributeDefinitions
The date when the record was created.
The date when the record was last modified.
Tenant-specific identifier for the lookup record.
The version of the record.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this
The requested entity was not found
LookupRecordForUpdate
Map of attribute definitions that specify the type for each attribute.
LookupAttributeDefinitions
Tenant-specific identifier for the lookup record.
The version of the record.
Successfully updated the lookup record.
LookupRecord
Map of attribute definitions that specify the type for each attribute.
LookupAttributeDefinitions
The date when the record was created.
The date when the record was last modified.
Tenant-specific identifier for the lookup record.
The version of the record.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this
The requested entity was not found
Successfully retrieved the lookup records.
LookupRecord
Map of attribute definitions that specify the type for each attribute.
LookupAttributeDefinitions
The date when the record was created.
The date when the record was last modified.
Tenant-specific identifier for the lookup record.
The version of the record.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this
The requested entity was not found
LookupRecordForCreation
Map of attribute definitions that specify the type for each attribute.
LookupAttributeDefinitions
Tenant-specific identifier for the lookup record.
Successfully created the lookup record.
LookupRecord
Map of attribute definitions that specify the type for each attribute.
LookupAttributeDefinitions
The date when the record was created.
The date when the record was last modified.
Tenant-specific identifier for the lookup record.
The version of the record.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this
The requested entity was not found
Successfully deleted the lookup record.
LookupRecord
Map of attribute definitions that specify the type for each attribute.
LookupAttributeDefinitions
The date when the record was created.
The date when the record was last modified.
Tenant-specific identifier for the lookup record.
The version of the record.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this
The requested entity was not found
LookupRecordItemSearchPayload
The cursor to start after for forward pagination. The value is provided in the pageInfo.endCursor field of the response. Cannot be used with before or last.
The cursor to start before for backward pagination. The value is provided in the pageInfo.startCursor field of the response. Cannot be used with after or size (first).
Number of items to return for backward pagination. Cannot be used with 'size' (first). Default: 20.
Number of items to return for forward pagination. Cannot be used with 'last'. Default: 20.
The ID to start after. Deprecated, use after with the value provided in pageInfo.endCursor instead.
Your search result
LookupRecordItemPaginatedResult
The total number of items matching the search criteria. Only filled, if withTotal is set to true in the search options.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this
Last updated