Project Templates
List project templates
OAuth: This endpoint requires one of the following scopes: project:manage
, project:read
or project:write
.
Code samples
Filter project templates
OAuth: This endpoint requires one of the following scopes: project:manage
, project:write
or project:read
.
Parameters
You can use the Filter API to filter documents on a collection of criteria.
Name | Type | Description |
---|---|---|
| string | The unique identifier of the project template. |
| string | The name of the project template. |
| string | The activity of the project template. |
| string | Describes the time the project template was created. This is a timestamp in ISO 8601 format: |
| string | Describes the time the project template was last updated. This is a timestamp in ISO 8601 format: |
| string | The source language code of the project template. One of the language code returned by the Language endpoint. |
| string | The target language code of the project template. One of the language code returned by the Language endpoint. |
| string | The level of the project template. One of the level names returned by the Level endpoint. |
Code samples
Last updated