Black Kite Bridge
Get the list of documents.
Get a list of documents that shared on the Black Kite Bridge.
get/api/v2/bridge/documents
Query parameters
page_numberinteger
Example:1
The number of the page requested.
page_size10 | 20 | 30
Example:10
The number of result items in a single response.
Response
Success
Example response
[
{
"DocumentId": 45,
"Company": {
"Id": 45,
"Name": "Acme Inc."
},
"ReportName": "My Report",
"CreatedDate": "2021-08-09T08:30:30.682Z",
"SharedDate": "2021-08-09T08:30:30.682Z",
"SharingStatus": "Active",
"SharedInfo": {
"Tenant": "Acme, Inc.",
"Direction": "Inbound"
}
}
]