- Retrieve organization data exports
Retrieves a list of organization data exports.
Criteria for filtering collection items. This field requires a special format. Use , to specify multiple allowed values. Use ; to specify multiple fields.
For more information, see Search filters.
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/organization-exports
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/organization-exports
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/organization-exports
- SecretApiKey
- JWT
curl -i -X GET \
'https://www.rebilly.com/_mock/catalog/all/organization-exports?limit=0&offset=0&filter=string&q=string&sort=string' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE'List of organization data exports retrieved.
Total number of items that match the request. The value is independent of limit, including when limit is 0.
ID of the user who requested the organization data export.
ID of the linked file object.
Status of organization data export request.
Date and time when the resource is created. This value is set automatically when the resource is created.
Date and time when the resource is updated. This value is set automatically when the resource is updated.
Date and time when retention ends. After this date, files are removed.
[ { "id": "org_exp_01HXC7MKK4GCS6WRRXY4X9CRMK", "userId": "usr_0YVCEENYJ3D7Q9EN6BN16HA0G4", "fileId": "file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N", "status": "pending", "resources": [ … ], "createdTime": "2019-08-24T14:15:22Z", "updatedTime": "2019-08-24T14:15:22Z", "retentionTime": "2019-08-24T14:15:22Z", "_links": [ … ] } ]