GET resources/files/{filename}

Use this method to retrieve an individual file from within Data.Parliament.

Returns "200 OK" if the Resource File retrieval occurs successfully.

Returns "303 Redirect" if the Resource File references an external link.

Returns "404 Not Found" if the Resource containing the File does not exist in Data.Parliament.

Returns "404 Not Found" if the Resource File does not exist in Data.Parliament.

Request Information

Parameters

NameDescriptionAdditional information
filename
The filename of the Resource File to be retrieved. It can be of the format {ResourceId}.{ResourceFileVersion}.{FileSuffix} or {ResourceId}.{FileSuffix}.

Define this parameter in the request URI.