curl --location --request GET '/entities/TextMessageConversations/'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"phone": "http://example.com",
"recipient_account": "http://example.com",
"recipient_contact": "http://example.com",
"phone_id": "01234567-abcd-dcba-ffff-000000000000",
"recipient_account_id": "01234567-abcd-dcba-ffff-000000000000",
"recipient_contact_id": "01234567-abcd-dcba-ffff-000000000000",
"recipient_phone_number": "string",
"revision": 1,
"messages": [
"http://example.com"
],
"account_relations": [
"http://example.com"
],
"contact_relations": [
"http://example.com"
],
"project_relations": [
"http://example.com"
],
"lead_relations": [
"http://example.com"
],
"opportunity_relations": [
"http://example.com"
],
"quote_relations": [
"http://example.com"
]
}
}