Get view

Retrieve a specific view by its key.

Path parameters

projectKeystringRequired
viewKeystringRequired

Headers

AuthorizationstringRequired
LD-API-Version"beta"Required
Version of the endpoint.

Query parameters

sortenumOptional
A sort to apply to the list of views.
Allowed values:
limitintegerOptional
The number of views to return.
offsetintegerOptional

Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

filterstringOptional
A filter to apply to the list of views.
expandenumOptional

A comma-separated list of fields to expand.

Response

Successful response
idstring
Unique ID of this view
accountIdstring
ID of the account that owns this view
projectIdstring
ID of the project this view belongs to
projectKeystring
Key of the project this view belongs to
keystring

Unique key for the view within the account/project

namestring

Human-readable name for the view

descriptionstring
Optional detailed description of the view
generateSdkKeysboolean
Whether to generate SDK keys for this view. Defaults to false.
versioninteger
Version number for tracking changes
tagslist of strings
Tags associated with this view
createdAtlong
updatedAtlong
archivedboolean
Whether this view is archived
deletedboolean
Whether this view is deleted
_accessobject or null
archivedAtlong or null
deletedAtlong or null
maintainerobject or null
flagsSummaryobject or null
segmentsSummaryobject or null
parentsobject or null
childrenobject or null
all_flagsobject or null
all_segmentsobject or null

Errors