Get the state of a list

get/lists/{listId}/state

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.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
403Forbidden

The user did not have the necessary permissions.

Schema
404Not Found

No item exists at the requested path.

Schema
500Internal Server Error

The request could not be fulfilled because of an unexpected server error.

Schema