v1

latestOpenAPI 3.1.02026-07-2483219318.4 KB
Documents

List documents for application

get/v1/applications/{applicationId}/documents

Path parameters

applicationIdstring required
Example:application_tz4a98xxat96iws9zmbrgj3a

Response

Success

Example response

{
  "items": [
    {
      "_id": "doc_tz4a98xxat96iws9zmbrgj3a",
      "_application": "application_tz4a98xxat96iws9zmbrgj3a",
      "channel": {
        "_id": "sharing_request_tz4a98xxat96iws9zmbrgj3a"
      },
      "source": {
        "_id": "oneoff_ob_connection_tz4a98xxat96iws9zmbrgj3a"
      }
    }
  ]
}