Get File
Method: GET
/api/ps/file/{name}
| Status code | Description |
|---|---|
| 200 | OK |
| 404 | Resource not found |
| 500 | Internal Error |
Status: 404
{
"code": 404,
"message": "Resource not found"
}
Status: 500
{
"code": 500,
"message": "Internal Error"
}