v2

latestOpenAPI 3.0.02026-08-07103189636.5 KB
Context

List string to context bindings

Returns a paginated list of bindings according to specified parameters.

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

post/context-api/v2/projects/{projectId}/bindings/list

Path parameters

projectIdstring uuid required

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

Query parameters

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.

Request body

stringHashcodesstring[]

List of the hashcodes for the strings to get bindings for.

contentFileUristring

Content file name to get bindings for.

contextUidstring uuid

ContextUID to get bindings for.

bindingUidsstring[]

List of unique binding identifiers.

Response

OK