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"
}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 .. 100 ] characters  | 
| object (OrderRequestFilters)  | |
| queries required | Array of strings | 
| user | string  [ 0 .. 128 ] characters  | 
Responses
Request samples
- Payload
Content type
application/json
{- "correlationId": "string",
- "filters": {- "dataTypes": [- "RAWDATA"
 ],
- "filenameRegExp": "string"
 },
- "queries": [- "string"
 ],
- "user": "string"
}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": { }
}