v1

latestOpenAPI 3.1.02026-07-24770322.0 KB

Retrieve File Channel

This API endpoint retrieves a specific file channel.

get/v1/channels/files/{id}

Path parameters

idstring required

The ID of the file channel to retrieve.

Response

200

idstring
createdAtstring
updatedAtstring
membershipTypestring
clientIdstring
companyIdstring
membershipEntityIdstring
memberIdsstring[]

Example response

{
  "id": "us-east-1_j3GR1Xeap/4c6f53da-8b9b-4a3d-a0d0-8ac1320bb832/none",
  "createdAt": "2023-05-06T17:00:46Z",
  "updatedAt": "2023-05-07T18:21:13Z",
  "membershipType": "individual",
  "clientId": "9e6e4e43-f1f1-4c1f-95ea-34e4ec75ab1e",
  "companyId": "9e6e4e43-f1f1-4c1f-95ea-34e4ec75ab1e",
  "membershipEntityId": "9e6e4e43-f1f1-4c1f-95ea-34e4ec75ab1e",
  "memberIds": [
    "fb673508-3c94-4f40-a9e7-b43929917862"
  ]
}