Changes to Retrieve a list of all User Conversations for the User.

GET /v1/Users/{UserSid}/Conversations

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 5 of the 51 revisions of this API.41

  1. v192d1169c37c21
  2. v19e5a9439b5b31
  3. v1b4d0e634cd691
  4. v12cf60eb95eb91
  5. v14e3f150aaa781

What changed

    • the conversations/items/timers response's property type/format changed from object/ to / for status 200

      response-property-type-changed

    • for the query request parameter PageSize, the max was decreased from 1000.00 to 50.00

      request-parameter-max-decreased

    • the conversations/items/timers response's property type/format changed from / to object/ for status 200

      response-property-type-changed

    • for the query request parameter PageSize, the type/format was changed from integer/ to integer/int64

      request-parameter-type-changed

    • api tag ConversationsV1UserConversation added

      api-tag-added