Create a new Data Extract.
Successful Operation
Invalid Request
Access token is missing or invalid
You do not have permission to perform this action.
Entity not found
Too many requests
Service Unavailable
Invalid Request
{- "summary": "Data extract request example",
- "description": "Example request for creating a patch history data extract with time parameters",
- "value": {
- "type": "patch-history",
- "parameters": {
- "start_time": "2021-05-28T13:31:57.510Z",
- "end_time": "2021-05-30T06:42:12.117Z"
}
}
}
[- {
- "id": 0,
- "organization_id": 0,
- "user_id": 0,
- "status": "queued",
- "is_completed": true,
- "created_at": "2019-08-24T14:15:22Z",
- "download_expires_at": "2019-08-24T14:15:22Z",
- "parameters": {
- "start_time": "2019-08-24T14:15:22Z",
- "end_time": "2019-08-24T14:15:22Z"
}
}
]