Get linked resources

Get a list of all linked resources for a given view.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
viewKeystringRequired
resourceTypeenumRequired
Allowed values:

Headers

LD-API-VersionenumRequired
Version of the endpoint.
Allowed values:

Query parameters

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.

sortenumOptionalDefaults to linkedAt

Field to sort by. Default field is linkedAt, default order is ascending.

Allowed values:
querystringOptional

Case-insensitive search query for linked resources. Matches resource key and, when expanded, resource name.

filterstringOptional
Optional resource filter expression for linked resources. - Supported for `flags` and `segments` resource types. - Uses the same syntax as link/unlink and list endpoints. - For `segments`, `environmentId` is required when `filter` is provided.
expandlist of enumsOptional

A comma-separated list of fields to expand.

Allowed values:

Response

Successful response
itemslist of objects
totalCountinteger

Errors