Get scheduling data validation errors for an uploaded ISO Scheduling file based on the files unique identifier (filehandle).

Request
path Parameters
fileHandle
required
string

A files unique identifier (filehandle).

Responses
200

A file from the APX MarketSuite based on the files unique identifier (filehandle)

400

Scheduling data validation errors for an uploaded ISO Scheduling file based on the files unique identifier (filehandle)

401

The user does not have authorization to perform this operation

500

Internal server error

get/fileRegistry/file/{fileHandle}/status
Response samples
application/json
{
  • "cause": {
    },
  • "stackTrace": [
    ],
  • "innerExceptions": {
    },
  • "method": "string",
  • "message": "string",
  • "localizedMessage": "string",
  • "suppressed": [
    ]
}