Skip to main content

Apps - Get project apps

Route URL

GET https://playcanvas.com/api/projects/:projectId/apps

Description

Lists all the published Apps of a Project.

Example

curl -H "Authorization: Bearer {accessToken}" https://playcanvas.com/api/projects/{projectId}/apps

Parameters

NameTypeDescription
projectIdnumberThe id of the project.

Response Schema

Status: 200
{
"result": [{
"id": int,
"project_id": int,
"owner_id": int,
"name": string,
"description": string,
"version": string,
"release_notes": string,
"thumbnails": {
"s": string,
"m": string,
"l": string,
"xl": string
},
"size": int,
"views": int,
"completed_at": date,
"created_at": date,
"modified_at": date
}, ... ],
"pagination": {
...
}
}

Errors

CodeDescription
401Unauthorized
403Forbidden
404Project not found
429Too many requests

Rate Limiting

This route uses a normal rate limit.