Get the state of a list

get/lists/{listId}/state
Internal-Use Only

Returns a value of 'deployed' or 'developing' for the list's 'state' property. A deployed list cannot be deleted.

Request Samples

1

Response Samples

1developing

Path Parameters

NameTypeRequiredDescription
listId
string
true

A universally unique identifier for a list.

Examples:
"3659ea38-2618-4474-aeac-0bf6cfd3c322"

Responses

StatusMeaningDescription
200OKThe request succeeded.HeadersSchema
403ForbiddenThe user did not have the necessary permissions.Schema
404Not FoundNo item exists at the requested path.Schema
500Internal Server ErrorThe request could not be fulfilled because of an unexpected server error.Schema