v2
latestOpenAPI 3.0.02026-08-07103189636.5 KBAccount & Projects
List projects
Returns the list of projects for the account.
get/accounts-api/v2/accounts/{accountUid}/projects
Path parameters
accountUidstring required
The account’s unique identifier. This can be found in the Smartling Dashboard under Account Settings > API.
Query parameters
projectNameFilterstring
Substring search of the name of the project. Search is case insensitive.
includeArchivedboolean
Indicator whether or not archived projects should be returned. Defaults to false if not specified.
offsetinteger
Standard Smartling limit and offset to paginate through results.
limitinteger
Standard Smartling limit and offset to paginate through results. 500 projects are returned by default if not specified.
{"stackTrail":"paths:/accounts-api/v2/accounts/{accountUid}/projects:get:parameters:5:schema","oasType":"schema","type":"unknown"}
Indicator for the type of the project.
projectTypeCodesstring[]
Indicator list for the type of the projects.
Response
OK
Example response
{
"response": {
"data": {
"items": [
{
"accountUid": "ab5f1939",
"archived": false,
"projectId": "fd7244365",
"projectName": "fd7244365",
"projectTypeCode": "APPLICATION_RESOURCES",
"sourceLocaleDescription": "English",
"sourceLocaleId": "en-US"
}
]
}
}
}