List Data

This List Data API enables users to manage lookup lists across products and solutions.

List Definition

These endpoints are associated with a list's definition.

List State and Contents

These endpoints are associated with a list's state and contents.
get
Get the state of a list
Internal-Use OnlyReturns a value of 'deployed' or 'developing' for the list's 'state' property. A deployed list cannot be deleted./lists/{listId}/state
put
Update the state of a list
Internal-Use OnlyUpdates the list's 'state' property value as either 'deployed' or 'developing'./lists/{listId}/state
head
Check that a list has contents
Internal-Use OnlyChecks the existence of a list's contents./lists/{listId}/contents
get
Get a list's contents
Internal-Use OnlyReturns a collection of the list's contents./lists/{listId}/contents
put
Update a list's contents
Internal-Use OnlyUpdate the contents of a list synchronously via a JSON request body. An update can include the removal of list records./lists/{listId}/contents
get
Get a list's unmasked contents
Internal-Use OnlyReturns a collection of the list's unmasked contents./lists/{listId}/privilegedContents
put
Update the expiry of a list's rows
Internal-Use OnlyUpdates the expiry property of a list's rows synchronously via a JSON request body./lists/{listId}/contents/expiry
post
Delete the expiry of a list's rows
Internal-Use OnlyDeletes the expiry property of a list's rows synchronously via a JSON request body./lists/{listId}/contents/expiry/deletions
get
Export a list's contents to a CSV file
Internal-Use OnlyReturns the contents of a list to a CSV file./lists/{listId}/contents/export
post
Create a query for privileged memberships
Internal-Use OnlyEnables a client to define a query to determine which values in a set are key values of a list. IDs must be unique within a set of query objects./query/privilegedMemberships
head
Check that a list has a running job
Internal-Use OnlyChecks for the existence of a running job that is associated with a list./lists/{listId}/jobs
get
Get a list's job history
Internal-Use OnlyReturns a collection of the list's job history./lists/{listId}/jobs

List Revisions

These endpoints are associated with a list's revisions.

List Relations

This endpoint is associated with a list's relationships with other objects that are managed by the Catalog service.

Update List Content State

These endpoints are associated with updating the deployed state of a list's rows.