rehive.admin.exports.sets.get().then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "count": 123,
- "results": [
- {
- "id": "string",
- "section": "system",
- "resource": "account",
- "query": {
- "property1": null,
- "property2": null
}, - "status": "queued",
- "progress": 0,
- "count": -2147483648,
- "page_size": -2147483648,
- "file_format": "json",
- "created": 0,
- "updated": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "archived": true
}
]
}
}
{- "resource": "account",
- "page_size": 0,
- "query": {
- "property1": null,
- "property2": null
}, - "file_format": "json",
- "user": "string",
- "section": "admin"
}
{- "status": "string",
- "data": {
- "id": "string",
- "section": "system",
- "resource": "account",
- "query": {
- "property1": null,
- "property2": null
}, - "status": "queued",
- "progress": 0,
- "count": -2147483648,
- "page_size": -2147483648,
- "file_format": "json",
- "created": 0,
- "updated": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "archived": true
}
}
rehive.admin.exports.sets.get({ "id": export_identifier }).then(function (res) { ... }, function (err) { ... });
{- "status": "string",
- "data": {
- "id": "string",
- "section": "system",
- "resource": "account",
- "query": {
- "property1": null,
- "property2": null
}, - "status": "queued",
- "progress": 0,
- "count": 0,
- "page_size": 0,
- "file_format": "json",
- "created": 0,
- "updated": 0,
- "user": {
- "id": "string",
- "username": "string",
- "email": "user@example.com",
- "mobile": "string",
- "first_name": "string",
- "middle_name": "string",
- "last_name": "string",
- "groups": [
- {
- "name": "string",
- "label": "string",
- "section": "system"
}
], - "temporary": true
}, - "archived": false
}
}