Path parameters

  • conversation_uuid string Required

Query parameters

  • sort string

    Field to sort by. Valid fields are [created_at]. Negative sign to denote DESC. Defaults to '-created_at'.

  • per_page integer

    Number of results to return with pagination (Default 30. Max 500).

Responses

  • 200 application/json
    Hide response attribute Show response attribute object
    • data array[object]
      Hide data attributes Show data attributes object
      • uuid string

        The UUID of the resource.

      • created_at string

        The timestamp of when the resource was created.

      • updated_at string

        The timestamp of when the resource was updated.

      • deleted_at string

        The timestamp of when the resource was deleted.

      • contents string

        The message contents

      • edited boolean

        Whether the message has been edited or not

      • files array[object]

        Message file attachments

        Hide files attributes Show files attributes object
        • uuid string
        • created_at string
        • original_created_at string
        • updated_at string
        • uploaded_at string
        • status string
        • filename string
        • name string
        • extension string
        • type string
        • size string
        • path string
        • last_modified string
        • progress string
        • download_url string
        • folder_name string
        • folder string
        • documentable_type string
        • documentable string
        • navigator object
          Hide navigator attributes Show navigator attributes object
          • model_type string
          • model_uuid string
        • firm string
        • account string
        • tags string
      • author object

        Message author

        Hide author attributes Show author attributes object
        • uuid string
        • created_at string
        • updated_at string
        • type string
        • role string
        • first_name string
        • last_name string
        • name string
        • email string
        • photo_url string
        • firm string
        • primary_phone_number string
        • primary_email string
        • current_time_entry string
        • assigned_adviser string
        • assigned_administrator string
        • assigned_paraplanner string
        • introduced_by string
        • business_unit string
        • groups string
        • tags string
        • owners string
        • first_contact_date string
        • next_review_date string
        • previous_review_date string
        • anniversary_review_date string
        • with_login boolean
        • has_joint_account boolean
        • can_be_deleted string
        • joint_account_circle string
        • circles string
        • ownership_percentage integer
        • inactive_at string
        • last_interaction_at string
        • referral_code string
        • permissions object
          Hide permissions attributes Show permissions attributes object
          • firm:read array[string]
          • network:read array[string]
        • custom_fields string
        • external_references string
      • user object

        Message user

        Hide user attributes Show user attributes object
        • uuid string
        • created_at string
        • updated_at string
        • type string
        • first_name string
        • last_name string
        • name string
        • email string
        • photo_url string
        • current_account string
        • current_login string
        • two_factor_enabled boolean
        • two_factor_type string
        • otp_confirmed_at string
        • otp_pending boolean
        • sms_two_factor_enabled boolean
        • two_factor_mobile boolean
        • two_factor_mobile_meta object
          Hide two_factor_mobile_meta attributes Show two_factor_mobile_meta attributes object
          • country string
          • formatted string
        • current_time_entry string
        • session_expires_at string
        • remember_token_expires_at boolean
        • should_auto_save_notes boolean
      • reactions array[object]

        Array of reactions to the message

        Hide reactions attributes Show reactions attributes object
        • uuid string
        • created_at string
        • updated_at string
        • account_uuid string
        • account_name string
        • reaction string
GET /api/v1/conversation/{conversation_uuid}/messages
curl \
 --request GET 'https://api.plannrcrm.com/api/v1/conversation/6ff8f7f6-1eb3-3525-be4a-3932c805afed/messages' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "data": [
    {
      "uuid": "e47e9caf-4b0a-4aca-8065-c3487d9dba7f",
      "created_at": "2026-04-29T12:52:59+01:00",
      "updated_at": "2026-04-29T12:52:59+01:00",
      "deleted_at": "2026-04-29T12:52:59+01:00",
      "contents": "Welcome to Plannr!",
      "edited": true,
      "files": [
        {
          "uuid": "f76d2148-d3ec-4f6a-8c3e-67d357de98fc",
          "created_at": "2026-04-29T12:52:59+01:00",
          "original_created_at": "2026-04-29T12:52:59+01:00",
          "updated_at": "2026-04-29T12:52:59+01:00",
          "uploaded_at": "2026-04-29T12:52:59+01:00",
          "status": "uploaded",
          "filename": "Welcome to Plannr.pdf",
          "name": "Welcome to Plannr",
          "extension": "pdf",
          "type": "type",
          "size": "21691783",
          "path": "Gareth Thompson/Subfolder/Welcome to Plannr.pdf",
          "last_modified": "2026-04-29T12:52:59+01:00",
          "progress": "100",
          "download_url": "https://api.plannrcrm.com/file/532cc991-85f0-4324-8dfb-4d60b7843f1e/download",
          "folder_name": "folder 2",
          "folder": "App\\Http\\Resources\\FolderResource",
          "documentable_type": "account",
          "documentable": "Object",
          "navigator": {
            "model_type": "account",
            "model_uuid": "fc4f1fb8-6be4-44c4-a355-d30a71bb0c88"
          },
          "firm": "App\\Http\\Resources\\FirmResource",
          "account": "App\\Http\\Resources\\MinimalAccountResource",
          "tags": "App\\Http\\Resources\\TagResource"
        }
      ],
      "author": {
        "uuid": "f7088541-17aa-42b9-b1b4-b0e65483fd8e",
        "created_at": "2026-04-29T12:52:59+01:00",
        "updated_at": "2026-04-29T12:52:59+01:00",
        "type": "client",
        "role": "client",
        "first_name": "Gareth",
        "last_name": "Thompson",
        "name": "Gareth Thompson",
        "email": "gareth@codepotato.co.uk",
        "photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
        "firm": "App\\Http\\Resources\\FirmResource",
        "primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
        "primary_email": "App\\Http\\Resources\\ContactDetailResource",
        "current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
        "assigned_adviser": "App\\Http\\Resources\\AccountResource",
        "assigned_administrator": "App\\Http\\Resources\\AccountResource",
        "assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
        "introduced_by": "App\\Http\\Resources\\AccountResource",
        "business_unit": "App\\Http\\Resources\\BusinessUnitResource",
        "groups": "App\\Http\\Resources\\GroupResource",
        "tags": "App\\Http\\Resources\\TagResource",
        "owners": "App\\Http\\Resources\\AccountResource",
        "first_contact_date": "2026-04-29T12:52:59+01:00",
        "next_review_date": "2026-04-29T12:52:59+01:00",
        "previous_review_date": "2026-04-29T12:52:59+01:00",
        "anniversary_review_date": "2026-04-29T12:52:59+01:00",
        "with_login": true,
        "has_joint_account": true,
        "can_be_deleted": "false",
        "joint_account_circle": "App\\Http\\Resources\\CircleResource",
        "circles": "App\\Http\\Resources\\CircleResource",
        "ownership_percentage": 100,
        "inactive_at": "2026-04-29",
        "last_interaction_at": "2026-04-29 12:52:59",
        "referral_code": "ABC12345",
        "permissions": {
          "firm:read": [
            "firm"
          ],
          "network:read": [
            "network:uuid"
          ]
        },
        "custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
        "external_references": "App\\Http\\Resources\\ExternalReferenceResource"
      },
      "user": {
        "uuid": "938e59a7-bc6a-4714-95ed-96b3053a1997",
        "created_at": "2026-04-29T12:52:59+01:00",
        "updated_at": "2026-04-29T12:52:59+01:00",
        "type": "standard",
        "first_name": "Gareth",
        "last_name": "Thompson",
        "name": "Gareth Thompson",
        "email": "gareth@codepotato.co.uk",
        "photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
        "current_account": "App\\Http\\Resources\\AccountResource",
        "current_login": "App\\Http\\Resources\\LoginResource",
        "two_factor_enabled": true,
        "two_factor_type": "sms",
        "otp_confirmed_at": "2026-04-29T12:52:59+01:00",
        "otp_pending": false,
        "sms_two_factor_enabled": true,
        "two_factor_mobile": true,
        "two_factor_mobile_meta": {
          "country": "GB",
          "formatted": "0333 090 3630"
        },
        "current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
        "session_expires_at": "2026-04-29T12:52:59+01:00",
        "remember_token_expires_at": true,
        "should_auto_save_notes": true
      },
      "reactions": [
        {
          "uuid": "0a8fe28a-4bbc-4418-a874-658bcabb33dd",
          "created_at": "2026-04-29T12:52:59+01:00",
          "updated_at": "2026-04-29T12:52:59+01:00",
          "account_uuid": "e0101a9d-df54-470f-8f0f-868f97ed88d5",
          "account_name": "Gareth Thompson",
          "reaction": "like"
        }
      ]
    }
  ]
}