updateFileFilters
Authorizations:
REGARDS_OAUTH2
path Parameters
datasetSelectionId required | integer <int64> |
Request Body schema: application/json
fileNamePattern | string |
fileTypes | Array of strings unique Items Enum: "RAWDATA" "QUICKLOOK" |
Responses
Request samples
- Payload
Content type
application/json
{- "fileNamePattern": "string",
- "fileTypes": [
- "RAWDATA"
]
}
attachProcessDescriptionToDatasetSelection
Authorizations:
REGARDS_OAUTH2
path Parameters
datasetSelectionId required | integer <int64> |
Request Body schema: application/json
object | |
processBusinessId | string <uuid> |
Responses
Request samples
- Payload
Content type
application/json
{- "parameters": {
- "property1": "string",
- "property2": "string"
}, - "processBusinessId": "f2660539-8277-4c23-b670-4eb877b20724"
}
addSelection
Authorizations:
REGARDS_OAUTH2
Request Body schema: application/jsonrequired
datasetUrn | string |
engineType required | string |
entityIdsToExclude | Array of strings unique |
entityIdsToInclude | Array of strings unique |
object | |
selectionDate | string <date-time> |
Responses
Request samples
- Payload
Content type
application/json
{- "datasetUrn": "string",
- "engineType": "string",
- "entityIdsToExclude": [
- "string"
], - "entityIdsToInclude": [
- "string"
], - "searchParameters": {
- "all": {
- "property1": "string",
- "property2": "string"
}, - "empty": true,
- "property1": [
- "string"
], - "property2": [
- "string"
]
}, - "selectionDate": "2019-08-24T14:15:22Z"
}
generateCsv
Authorizations:
REGARDS_OAUTH2
Request Body schema: application/jsonrequired
object (DatesRangeRestriction) Filter on creation date | |
owner | string Filter on owner |
object (ValuesRestrictionOrderStatus) Filter on status of request | |
waitingForUser | boolean Filter on waiting for user |
Responses
Request samples
- Payload
Content type
application/json
{- "creationDate": {
- "after": "2019-08-24T14:15:22Z",
- "before": "2019-08-24T14:15:22Z"
}, - "owner": "string",
- "statuses": {
- "ignoreCase": true,
- "matchMode": "STRICT",
- "mode": "INCLUDE",
- "values": [
- "PENDING"
]
}, - "waitingForUser": true
}
findAllAdmin
Authorizations:
REGARDS_OAUTH2
Request Body schema: application/jsonrequired
object (SearchRequestParameters) | |
object (Pageable) |
Responses
Request samples
- Payload
Content type
application/json
{- "filters": {
- "creationDate": {
- "after": "2019-08-24T14:15:22Z",
- "before": "2019-08-24T14:15:22Z"
}, - "owner": "string",
- "statuses": {
- "ignoreCase": true,
- "matchMode": "STRICT",
- "mode": "INCLUDE",
- "values": [
- "PENDING"
]
}, - "waitingForUser": true
}, - "pageRequest": {
- "page": 0,
- "size": 1,
- "sort": [
- "string"
]
}
}
Create an order automatically from a OrderRequestDto.
Authorizations:
REGARDS_OAUTH2
Request Body schema: application/jsonrequired
OrderRequestDto to create an order.
correlationId | string [ 0 .. 255 ] characters |
object (OrderRequestFilters) | |
queries required | Array of strings |
sizeLimitInBytes | integer <int64> |
user | string [ 0 .. 128 ] characters |
Responses
Request samples
- Payload
Content type
application/json
{- "correlationId": "string",
- "filters": {
- "dataTypes": [
- "RAWDATA"
], - "filenameRegExp": "string"
}, - "queries": [
- "string"
], - "sizeLimitInBytes": 0,
- "user": "string"
}
Get files available in specific suborder
Return files corresponding to the orderId and filesTaskId input, if exists and user has access to it
Authorizations:
REGARDS_OAUTH2
path Parameters
filesTaskId required | integer <int64> |
orderId required | integer <int64> |
query Parameters
required | object (Pageable) |
Responses
Response samples
- 200
Content type
application/json
[- {
- "autorizedRoles": [
- {
- "authority": "string",
- "authorizedIpAdresses": [
- "string"
], - "roleName": "string"
}
], - "controllerSimpleName": "string",
- "fullPath": "string",
- "method": "GET",
- "resourceAccess": { },
- "resourceMappingId": "string"
}
]
update
Authorizations:
REGARDS_OAUTH2
path Parameters
name required | string |
Request Body schema: application/jsonrequired
defaultValue | object |
description | string |
name | string |
value | object |
Responses
Request samples
- Payload
Content type
application/json
{- "defaultValue": { },
- "description": "string",
- "name": "string",
- "value": { }
}