HomeGuidesAPI ReferenceChangelogDiscussions
API Reference
These docs are for v2024-10-01. Click to read the latest docs for v2025-01-01.

Reads all Exportable expenses

What does it do?

This will generate an export of the type "Project's expenses". You will have to pass the start and end date to determine the range for which htis information will be exported; as well as the projects ids to get the information of specifically given projects.

What params does it accept?
  • start_date: It's mandatory to pass this data, being start date to delimit the range of information exported.
  • end_date: It's mandatory to pass this data, corresponding to an end date for the date range of data to be exported.
  • project_ids: Mandatory data to pass to the export, specifying the projects to be exported from.
Who can use it?

Only companies who have enabled the projects_management feature and users with the permission of read projects.

Log in to see full request history
Query Params
string
required
string
required
project_ids[]
array of integers
required
project_ids[]*
Response

Response body
array of objects
object
string
string
string
string
required
string
string
string
string
string
string
string
Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json