Check a File

post/bdmanager.checkifexists/{binaryDataId}

Checks whether the file with the specified id exists. Returns true within the data property if the file exists.

Securitybasic or X-PriceFx-jwt
Request
path Parameters
binaryDataId
required
string

If the typedId is, for example, 1145.BD then the binaryDataId is 1145.

Responses
200

OK

Response Schema: application/json
object
node
string
data
Array of booleans
status
integer
Request samples
Response samples
application/json
{
  • "response": {
    • "node": "string",
    • "data": [
      • true
      ],
    • "status": 0
    }
}