Skip to main content
GET
/
api
/
Placements
/
{placementId}
/
Messages
Get a Placements messages.
curl --request GET \
  --url https://api.example.com/api/Placements/{placementId}/Messages
[
  {
    "activityID": 123,
    "attachments": 123,
    "subject": "<string>",
    "from": "<string>",
    "to": "<string>",
    "activityDate": "2023-11-07T05:31:56Z",
    "entityId": 123,
    "typeID": 123,
    "type": "<string>",
    "assignedToName": "<string>"
  }
]

Path Parameters

placementId
integer<int32>
required

Response

200 - application/json

OK

activityID
integer<int32>
attachments
integer<int32>
subject
string | null
from
string | null
to
string | null
activityDate
string<date-time>
entityId
integer<int32>
typeID
integer<int32>
type
string | null
assignedToName
string | null