GET selfservicefiles?selfServiceFileId={selfServiceFileId}
Get a single self service file and its contents.
URL Parameters
| Name | Description |
|---|---|
| selfServiceFileId | The id of the file to be retrieved. This is a positive integer. |
Remarks
The contents of the file will be presented as a base64 encoded byte array in the JSON responseResponse body model example and description
{
"Loadtest file contents": {
"File contents": "A Base 64 encoded string"
},
"exception": "An exception was encountered during execution: {exception details...}"
}