List Files

post/bdmanager.list/{typedId}

Retrieves details of the file(s) attached to the document (specified by typedId).

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

typedId of the document you want to list attachments for.

Example: 2147491329.Q
Request Body schema: application/json
endRow
integer
oldValues
object or null
operationType
string
startRow
integer
textMatchStyle
string
Responses
200

OK

Response Schema: application/json
object
node
string
startRow
integer
Array of objects (BinaryData)
Array
lastUpdateByName
string or null <= 255 characters
createdByName
string <= 255 characters
fileName
string <= 255 characters
typedId
string
lastUpdateDate
string or null <date-time>
length
integer
latestUploadStatusId
integer
version
integer
sender
string or null <= 255 characters
createdBy
integer
recipients
string or null <= 255 characters
sentViaEmail
boolean
userGroupEdit
string or null <= 255 characters
userGroupViewDetails
string or null <= 255 characters
contentType
string <= 255 characters
embeddedOwner
string or null <= 255 characters
createDate
string <date-time>
lastUpdateBy
integer
endRow
integer
totalRows
integer
status
integer
Request samples
application/json
{
  • "endRow": 0,
  • "oldValues": { },
  • "operationType": "string",
  • "startRow": 0,
  • "textMatchStyle": "string"
}
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-cf4d85877-f5tjm",
    • "startRow": 0,
    • "data": [
      • {
        • "version": 0,
        • "typedId": "1145.BD",
        • "fileName": "DataExport-1664881422978_CLAIMS.xlsx",
        • "contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
        • "length": 4977,
        • "createdByName": "admin",
        • "latestUploadStatusId": 4300,
        • "sentViaEmail": false,
        • "createDate": "2022-10-26T11:19:01",
        • "createdBy": 2147490696,
        • "lastUpdateDate": "2022-10-26T11:19:01",
        • "lastUpdateBy": 2147490696
        }
      ],
    • "endRow": 1,
    • "totalRows": 1,
    • "status": 0
    }
}