v3

latestSwagger 2.02026-08-067506752.0 MB
transcript

Return transcripts in the organization

get/v1/org/{orgId}/transcript

Path parameters

orgIdstring required

Org identifier (either id or slug)

Query parameters

fromstring

Only include transcripts starting at or after this timestamp (inclusive)

untilstring

Only include transcripts starting before this timestamp (exclusive)

fromIdstring

Transcript id to start paginating from

limitinteger

Number of results to return

returnAccessstring

Return access information

Response

successful operation

nextstring

Example response

{
  "data": [
    {
      "id": "665f3aabe88164e4ef6c3a22",
      "orgId": "665f3ad1e47a82bf1d3d180b",
      "calendarEntryId": "588f7ee98f138b19220041a7",
      "externalUrl": "https://app.gong.io/call?id=7815638069569786872",
      "recordingSystem": "gong",
      "startAt": "2017-01-24T13:57:52Z",
      "untilAt": "2017-01-24T14:57:52Z",
      "attendees": [
        {
          "personId": "588f7ee98f138b19220041a7",
          "orgId": "588f7ee98f138b19220041a7"
        }
      ],
      "language": "en",
      "shareAccess": [
        {
          "userId": "5887a7718f138b6a2a0041a7",
          "groupId": "5887a7718f138b6a2a0041a7",
          "fields": "name,image,title"
        }
      ],
      "createId": "588f7ee98f138b19220041a7",
      "createBehalfId": "588f7ee98f138b19220041a7",
      "createAt": "2017-01-24T13:57:52Z",
      "updateId": "588f7ee98f138b19220041a7",
      "updateBehalfId": "588f7ee98f138b19220041a7",
      "updateAt": "2017-01-24T13:57:52Z",
      "deleteId": "588f7ee98f138b19220041a7",
      "deleteBehalfId": "588f7ee98f138b19220041a7",
      "deleteAt": "2017-01-24T13:57:52Z"
    }
  ],
  "access": [
    {
      "ids": [
        "588f7ee98f138b19220041a7"
      ]
    }
  ]
}