Our API allows you to easily export your data in a structured format. Exporting can be useful if you want to back up your information, analyze it with external tools, or share it with other systems.
This section explains how to use the export endpoint, what parameters are available, and what the exported files look like.
Header
Content-Type | application/json |
|---|---|
Accept | application/json |
X-Api-Key | Your API Key |
Example Body
Export all Objectives with type Goal
{
"dataTypeFilters": {
"e2a4379d-0b7a-4b64-8fae-f7857cf1b3f7": {
"attributes": {
"type": [
"Goal"
]
}
}
}
} DataType Ids
This is the list of all DataType Ids. You can also retrive them with the API Endpoint GET DataType.
Entity Name | Id |
|---|---|
Project | 9d8a627f-3dc8-4d18-9b27-fbd7a12b3e8e |
Issue | 594b3c2e-9217-478b-b66b-2d5cb7732f5e |
Objective | e2a4379d-0b7a-4b64-8fae-f7857cf1b3f7 |
KPI | f65c92c9-9fb8-4c7b-964d-e8bdcfd4c046 |
Action | a82f36a7-e6b7-49b3-b7a3-9e5c3f2d49f8 |
Task | c87f5b36-41b8-4b78-bc7d-ae36582cdd55 |