Download project
Download a project and its template files as a zip archive.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Example: 'Bearer {token}'
In: header
Path Parameters
id*string
The unique identifier of the project to download.
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/download"{ "isSuccess": true, "error": {}, "errorDetails": "string", "message": "string", "data": "string", "resultInfo": { "page": 0, "perPage": 0, "totalCount": 0, "totalPages": 0, "hasPreviousPage": true, "hasNextPage": true }}