Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel3
minLevel2
include.*
outlinefalse
stylesquare
typelist
printabletrue

Endpoints

datasets

Status
subtlefalse
colourYellow
titleget

...

Parameters

Query Parameters

Name

Description

Required

Default

Pattern

episode

Allows to filter the files by given episode id. May contain multiple values separated by a comma

(tick)



...

Code Block
titleResponse Schema
collapsetrue
{
  "description" : "Invalid time format of 'before' or 'after' parameters"
}
        

...

downloadFile

Status
subtlefalse
colourYellow
titlepost

...

Parameters

Path Parameters

Name

Description

Required

Default

Pattern

fileId

ID of the file to be download. The ID is displayed within the file metadata (obtained from the /api/epos/episode-elements/ endpoint)

(tick)



...

Status Code: 200
Message: The download request was successfullsuccessful

Code Block
titleResponse Type

...

Code Block
titleResponse Schema
collapsetrue
{
  "description" : "The download request was successfullsuccessful"
}
        

Status Code: 401
Message: Invalid or missing credentials

...

Status Code: 404
Message: The file with the specifed specified ID does not exist

Code Block
titleResponse Type

...

Code Block
titleResponse Schema
collapsetrue
{
  "description" : "The file with the specifedspecified ID does not exist"
}
        

...

listApps

Status
subtlefalse
colourYellow
titleget

...

Parameters

Query Parameters

Name

Description

Required

Default

Pattern

keyword

Allows to filter the returned applications by keywords they declare. May contain multiple values separated by a comma

(error)



...

Code Block
titleResponse Schema
collapsetrue
{
  "description" : "Request was successful. Response contains a list of application descriptions matching the query criteria"
}
        

...

listEpisodes

Status
subtlefalse
colourYellow
titleget

...

Parameters

Query Parameters

Name

Description

Required

Default

Pattern

impactingFactor

Allows to filter the episodes by impacting or inducing factor relevant to the registrations collected into the episode. May contain multiple values separated by a comma

(error)



...

Code Block
titleResponse Schema
collapsetrue
{
  "description" : "Request was successful. Response contains a list of episode descriptions matching the query criteria"
}
        

...

Models

TODO