latestOpenAPI 3.0.12026-08-082942150.5 KB
14cab8ac3bca
Deliverables
Get Deliverable Details
Retrieves a deliverable file with details on what will be provided for each project.
Permission Required: Read Project Properties
get/v2.0/public/projects/{projectId}/deliverables/{deliverableId}
Path parameters
projectIdstring uuid required
Example:00000000-0000-0000-0000-000000000000
Project ID.
deliverableIdstring uuid required
Example:00000000-0000-0000-0000-000000000000
Deliverable ID.
Response
Success.
Example response
{
"projectId": "00000000-0000-0000-0000-000000000000",
"deliverableId": "00000000-0000-0000-0000-000000000000"
}