Reference_files

Return list of reference files

get

API Key Scope: reference_files / index

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Responses
chevron-right
200

List of reference file

application/json
Responseany[]
get
/reference_files
200

List of reference file

Upload a reference file to be parsed

post

API Key Scope: reference_files / create

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Body
xmlstring · binaryRequired

Reference file to upload.

Responses
post
/reference_files
201

Uploaded file

No content

Return a parsed reference file

get

API Key Scope: reference_files / show

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
reference_file_idstringRequired
Responses
chevron-right
200

Show an analyzed reference file

application/json
Responseany
get
/reference_files/{reference_file_id}
200

Show an analyzed reference file

No content

Update the list of parsed file in a reference file

put

API Key Scope: reference_files / update

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
reference_file_idstringRequired
Body
anyOptional
Responses
chevron-right
200

Show an analyzed reference file

application/json
Responseany
put
/reference_files/{reference_file_id}
200

Show an analyzed reference file

No content

Destroys a reference file.

delete

API Key Scope: reference_files / destroy

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
reference_file_idstringRequired
Responses
chevron-right
200

Reference file destroyed.

No content

delete
/reference_files/{reference_file_id}
200

Reference file destroyed.

No content

Scan a parsed reference file

put

API Key Scope: reference_files / scan

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
reference_file_idstringRequired
Body
anyOptional
Responses
chevron-right
200

Show an analyzed reference file

application/json
Responseany
put
/reference_files/{reference_file_id}/scan
200

Show an analyzed reference file

No content

Check result of task sources creation

get

API Key Scope: reference_files / create_task_sources

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
reference_file_idstringRequired
Query parameters
job_idstringRequired

ID of active job

Responses
chevron-right
200

An active job that may be queued, working, completed or failed.

application/json
get
/reference_files/{reference_file_id}/task_sources

Create task sources from a reference file

post

API Key Scope: reference_files / create_task_sources

Authorizations
AuthorizationstringRequired

Pass the username and password of a user in the authorization header. This currently gives full access.

Path parameters
reference_file_idstringRequired
Body
task_idintegerRequired
container_idsinteger[]Optional
pool_idintegerOptional
Responses
post
/reference_files/{reference_file_id}/task_sources
202

An active job that may be queued, working, completed or failed.

Last updated

Was this helpful?