Download OpenAPI specification:Download
filter[namespace][EQ] | string |
filter[namespace][IN] | Array of strings |
filter[name][EQ] | string |
filter[name][CO] | string |
filter[name][ST] | string |
page[offset] | integer |
page[limit] | integer |
sort | string Enum: "name" "-name" |
{- "totalCount": 0,
- "data": [
- {
- "libraryDefinitionId": "string",
- "name": "string",
- "namespace": "string",
- "executionProfileId": "string"
}
]
}
id required | string The id of the library |
filter[name][EQ] | string |
filter[name][CO] | string |
filter[name][ST] | string |
filter[type][EQ] | string (memberType) Enum: "DATA" "VIEW" "CATALOG" |
filter[type][IN] | Array of strings (memberType) Items Enum: "DATA" "VIEW" "CATALOG" |
page[offset] | integer |
page[limit] | integer |
sort | string Enum: "name" "-name" "type" "-type" |
{- "totalCount": 0,
- "data": [
- {
- "name": "string",
- "type": "DATA",
- "properties": { }
}
]
}
id required | string The id of the library |
name required | string The name of the dataset |
{- "name": "string",
- "engine": "string",
- "created": "2019-08-24T14:15:22Z",
- "lastModified": "2019-08-24T14:15:22Z",
- "label": "string",
- "nobs": 0,
- "compressionType": "string",
- "type": "string",
- "charEncoding": "string",
- "isPointobs": true,
- "dataRepresentation": "string",
- "recordLength": 0,
- "engineProperties": [
- {
- "name": "string",
- "value": "string"
}
], - "sort": [
- {
- "field": "string",
- "descending": true
}
], - "sortOptions": {
- "validated": true,
- "noDupKey": true,
- "noDupRec": true,
- "collationOrder": "string"
}, - "indexes": [
- {
- "name": "string",
- "fields": [
- "string"
], - "nomiss": true,
- "unique": true
}
], - "fields": [
- {
- "name": "string",
- "label": "string",
- "type": "char",
- "subtype": "char",
- "length": 0,
- "format": {
- "name": "string",
- "w": 0,
- "d": 0
}, - "effectiveFormat": {
- "name": "string",
- "w": 0,
- "d": 0
}, - "informat": {
- "name": "string",
- "w": 0,
- "d": 0
}
}
]
}
id required | string The id of the library |
name required | string The name of the dataset |
limit | integer The maximum number of observations to return. If not specified, defaults to 1000 |
offset | integer The number of observations at the beginning of the data set to skip. That is, this is
consistent with removing the first |
filter | string A filter to apply to the dataset in the form of a where clause expression. |
fields | Array of strings The list of fields to return |
orderby | Array of strings The order in which the records should be returned. Each entry should be the name of a field. Optionally the field name can be specified with a leading '-' to indicate that the field should be ordered in reverse order. |
formatted | Array of strings The list of fields for which formatted values should be returned. The value all can be used to return formatted values for all fields. |
allowAsync | boolean |
{- "fields": [
- {
- "name": "string",
- "type": "num"
}
], - "values": [
- [
- "string"
]
]
}
id required | string The id of the library |
name required | string The name of the dataset |
timeout | integer The maximum time in seconds to take performing the calculation |
maxValues | integer The maximum number of values to return for any field |
{- "property1": [
- {
- "value": 0,
- "text": "string"
}
], - "property2": [
- {
- "value": 0,
- "text": "string"
}
]
}
{- "startTime": "2019-08-24T14:15:22Z",
- "poolSize": 0,
- "failedWorkerCount": 0,
- "workers": {
- "property1": {
- "startTime": "2019-08-24T14:15:22Z",
- "state": "startRateLimit",
- "currentMethod": {
- "method": "string",
- "parameters": { }
}, - "startFailed": true,
- "startFailures": [
- {
- "when": "2019-08-24T14:15:22Z",
- "error": "string"
}
]
}, - "property2": {
- "startTime": "2019-08-24T14:15:22Z",
- "state": "startRateLimit",
- "currentMethod": {
- "method": "string",
- "parameters": { }
}, - "startFailed": true,
- "startFailures": [
- {
- "when": "2019-08-24T14:15:22Z",
- "error": "string"
}
]
}
}, - "description": {
- "property1": "string",
- "property2": "string"
}
}
id required | string The id of the library |
{- "property1": {
- "state": "queued",
- "reapTime": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "events": [
- {
- "when": "2019-08-24T14:15:22Z",
- "type": "stateChange",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
], - "error": {
- "msg": "string",
- "id": "string",
- "data": { }
}, - "method": "string",
- "parameters": { }
}, - "property2": {
- "state": "queued",
- "reapTime": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "events": [
- {
- "when": "2019-08-24T14:15:22Z",
- "type": "stateChange",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
], - "error": {
- "msg": "string",
- "id": "string",
- "data": { }
}, - "method": "string",
- "parameters": { }
}
}
id required | string The id of the library |
operationId required | string The unique id of the async operation |
{- "state": "queued",
- "reapTime": "2019-08-24T14:15:22Z",
- "startTime": "2019-08-24T14:15:22Z",
- "events": [
- {
- "when": "2019-08-24T14:15:22Z",
- "type": "stateChange",
- "details": {
- "property1": "string",
- "property2": "string"
}
}
], - "error": {
- "msg": "string",
- "id": "string",
- "data": { }
}, - "method": "string",
- "parameters": { }
}