A Project Offering represents a distinct scope or phase of work within a Project. Each Project Offering contains resource plans, financial models, and revenue data, allowing organizations to model different work types and billing structures within a single project. Offerings help align sales, delivery, and operations teams around specific scopes of work and resourcing needs.
Gets a paginated list of Project Offerings for a specified project, which serve as containers for resource plans, budgets, and financial models.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings
- Production Serverhttps://api.getparallax.com/v1/projects/{project_id}/offerings
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/offerings?page=0&page_size=0&terms=string&external_id=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The array of result objects for the current page.
Response
- BillingModelOptionsFixedBid
- BillingModelOptionsRetainer
- BillingModelOptionsTimeMaterials
{ "count": 0, "total": 0, "page": 0, "total_pages": 0, "page_size": 0, "results": [ { … } ] }