Returns a paginated list of one-time cost and revenue entries for the specified Project.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/other-costs-and-revenue
- Production Serverhttps://api.getparallax.com/v1/projects/{project_id}/other-costs-and-revenue
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/projects/{project_id}/other-costs-and-revenue?page=0&page_size=0&type=cost&project_offering_id=497f6eca-6276-4993-bfeb-53cbbbba6f08' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The array of result objects for the current page.
Response
{ "count": 0, "total": 0, "page": 0, "total_pages": 0, "page_size": 0, "results": [ { … } ] }