Query for a list of files which can be downloaded from the APX MarketSuite.

Request
query Parameters
intervalBegin
required
string <date-time>

The expected format for the intervalBegin parameter is yyyy-mm-ddThh:mm:ss i.e 2016-10-08T00:00:00

intervalEnd
required
string <date-time>

The expected format for the intervalEnd parameter is yyyy-mm-ddThh:mm:ss i.e 2016-10-08T00:00:00

Request Body schema: application/json
required
region
required
string

ISO code

participant
required
string

APX MarketSuite participant code

fileType
required
string

APX MarketSuite File Type Name

source
required
string

Data source system

rendition
required
string

Type of data in the file, such as DA or RT

latestVersionOnly
required
boolean

Flag indicating whether or not to list the most recent version of a file. True means list the most recent version only. False means list all versions. The default is true.

Responses
200

List of files which can be downloaded from the APX MarketSuite

400

Bad Request

401

Invalid user credentials were supplied or the user does not have authorization to perform this operation

500

Internal server error

put/fileRegistry/listFiles
Request samples
application/json
{
  • "region": "string",
  • "participant": "string",
  • "fileType": "string",
  • "source": "string",
  • "rendition": "string",
  • "latestVersionOnly": true
}
Response samples
application/json
[
  • {
    }
]