v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Context

List contexts for the project

Returns a paginated list of metadata for all contexts in a project.

Response is limited to 100 items, to retrieve all items the request should be repeated with offset parameter specified.

get/context-api/v2/projects/{projectId}/contexts

Path parameters

projectIdstring uuid required

A unique project identifier. This can be found in the Smartling Dashboard under Account Settings > API.

Query parameters

nameFilterstring

Context name (or url) filter.

offsetstring

If your original request returns an offset value, the set of results is incomplete. Run the request again, with the given offset value to see more results. When offset is null, there are no more results to return.

type'IMAGE' | 'HTML' | 'VIDEO'

Context type filter.

Response

OK