ListEntity API description
| ids | Array of strings <UUID> [ items <UUID > ] List of ids to retrieve information for |
| entityTypeIds | Array of strings <UUID> [ items <UUID > ] List of entityTypeIds to retrieve information for |
| offset | integer <int32> Default: 0 Offset to start retrieving list information for |
| size | integer <int32> Default: 100 how many item to return |
| active | boolean Indicates whether list should be active or not |
| private | boolean Indicates whether list should be private or not |
| includeDeleted | boolean Indicates if deleted lists should be included in the results (default false) |
| updatedAsOf | string <offset-date-time> Indicates the minimum create/update timestamp to filter lists by |
{- "content": [
- {
- "id": "string",
- "name": "string",
- "entityTypeId": "string",
- "createdByUsername": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isPrivate": true,
- "isCanned": true,
- "isDeleted": true,
- "updatedBy": "string",
- "updatedByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "recordsCount": 0,
- "refreshedDate": "2019-08-24T14:15:22Z",
- "refreshedByUsername": "string",
- "isRefreshing": true,
- "latestRefreshFailed": true
}
], - "totalRecords": 0,
- "totalPages": 0
}List object
| name required | string non-empty List name |
| description | string List description |
| entityTypeId required | string <UUID> ID of the entity Type |
| fqlQuery | string FQL Query |
| fields | Array of strings Fields to be included in list contents |
| isActive required | boolean Indicates a List is Active or not |
| isPrivate required | boolean Indicates a List is Private or not |
| queryId | string <uuid> Optional id of query to create list from |
{- "name": "string",
- "description": "string",
- "entityTypeId": "string",
- "fqlQuery": "string",
- "fields": [
- "string"
], - "isActive": true,
- "isPrivate": true,
- "queryId": "10210520-b895-40ca-bce5-474f9643bf53"
}{- "id": "string",
- "name": "string",
- "description": "string",
- "entityTypeId": "string",
- "fqlQuery": "string",
- "fields": [
- "string"
], - "createdBy": "string",
- "createdByUsername": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isPrivate": true,
- "isCanned": true,
- "isDeleted": true,
- "updatedBy": "string",
- "updatedByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "successRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "inProgressRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "failedRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "version": 0
}gets the specific list information (if exists).
| id required | string <UUID> id of the list |
{- "id": "string",
- "name": "string",
- "description": "string",
- "entityTypeId": "string",
- "fqlQuery": "string",
- "fields": [
- "string"
], - "createdBy": "string",
- "createdByUsername": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isPrivate": true,
- "isCanned": true,
- "isDeleted": true,
- "updatedBy": "string",
- "updatedByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "successRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "inProgressRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "failedRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "version": 0
}| id required | string <UUID> id of the list |
List object
| name required | string non-empty List name |
| description | string List description |
| fqlQuery | string FQL Query |
| fields | Array of strings Fields to be included in list contents |
| isActive required | boolean Indicates a List is Active or not |
| isPrivate required | boolean Indicates a List is Private or not |
| version required | integer Number of version |
| queryId | string <UUID> Query ID |
{- "name": "string",
- "description": "string",
- "fqlQuery": "string",
- "fields": [
- "string"
], - "isActive": true,
- "isPrivate": true,
- "version": 0,
- "queryId": "string"
}{- "id": "string",
- "name": "string",
- "description": "string",
- "entityTypeId": "string",
- "fqlQuery": "string",
- "fields": [
- "string"
], - "createdBy": "string",
- "createdByUsername": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "isActive": true,
- "isPrivate": true,
- "isCanned": true,
- "isDeleted": true,
- "updatedBy": "string",
- "updatedByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "successRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "inProgressRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "failedRefresh": {
- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}, - "version": 0
}Perform refresh of the list.
| id required | string <UUID> id of the list |
{- "id": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "refreshStartDate": "2019-08-24T14:15:22Z",
- "refreshEndDate": "2019-08-24T14:15:22Z",
- "refreshedBy": "string",
- "refreshedByUsername": "string",
- "recordsCount": 0,
- "contentVersion": 0,
- "error": {
- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}, - "listVersion": 0
}gets the list contents (if exists).
| id required | string <UUID> id of the list |
| fields | Array of strings List of fields to retrieve content for |
| offset | integer <int32> Default: 0 Offset to start retrieving items from |
| size | integer <int32> Default: 100 How many items to return |
{ }Get all the historic versions of the specified list.
| id required | string <UUID> id of the list |
[- {
- "id": "string",
- "name": "string",
- "description": "string",
- "fqlQuery": "string",
- "fields": [
- "string"
], - "isActive": true,
- "isPrivate": true,
- "updatedBy": "string",
- "updatedByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "listId": "string",
- "version": 0
}
]Get a specific historic version of the specified list.
| id required | string <UUID> id of the list |
| versionNumber required | integer >= 1 Integer number of the requested version |
{- "id": "string",
- "name": "string",
- "description": "string",
- "fqlQuery": "string",
- "fields": [
- "string"
], - "isActive": true,
- "isPrivate": true,
- "updatedBy": "string",
- "updatedByUsername": "string",
- "updatedDate": "2019-08-24T14:15:22Z",
- "listId": "string",
- "version": 0
}Exports the list.
| id required | string <UUID> id of the list |
Export request
[- "string"
]{- "exportId": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "fields": [
- "string"
]
}Get details of an export request
| id required | string <UUID> id of the list |
| exportId required | string <UUID> exportId of the list |
{- "exportId": "string",
- "listId": "string",
- "status": "IN_PROGRESS",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-24T14:15:22Z",
- "createdBy": "string",
- "fields": [
- "string"
]
}Cancel the export.
| id required | string <UUID> id of the list |
| exportId required | string <UUID> exportId of the list |
{- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}Download the exported file.
| id required | string <UUID> id of the list |
| exportId required | string <UUID> exportId of the list |
{- "message": "string",
- "type": "string",
- "code": "string",
- "parameters": [
- {
- "key": "string",
- "value": "string"
}
]
}