action-items

List Action Items

Tasks in the caller's hotels, newest first; both statuses unless one is given.

day narrows to one workspace-local calendar day, which is how the Actions page reads the list: one request per day it has open.

get/api/v1/action-items

Query parameters

status'open' | 'resolved'
limitinteger
cursorstring nullable
channel'voice' | 'text' | 'email'
daystring date nullable
voice_call_idstring uuid nullable
text_session_idstring uuid nullable
email_thread_idstring uuid nullable

Response

Successful Response

next_cursorstring nullable required

Changes

Changed in 3 of the 28 revisions of this API.13

  • 7a2c0937891111See the full diff
    • ▲

      removed the required property from the response with the status

      response-required-property-removed

    • ○

      added the new optional query request parameter day

      new-optional-request-parameter

    • ○

      added the required property // to the response with the status

      response-required-property-added

    • ○

      endpoint added

      endpoint-added

Of the 28 revisions, 1 has no diff computed.