participationsThis returns all the event participations of the contact with the given contact-ID. Currently all participations within the last and the next three months are returned.

This returns all the event participations of the contact with the given contact-ID. Currently all participations within the last and the next three months are returned.

curl -X GET "https://api.example.com/restapi/v1/participations/search/cid/123/42" \
  -H "Content-Type: application/json"
[
  {
    "date": "example_string",
    "eventName": "John Doe",
    "partId": 123,
    "dateId": 123,
    "articleNo": "example_string",
    "partStatus": "example_string"
  }
]
GET
/participations/search/cid/{contactId}/{searchPeriod}
GET
Base URLstring

Target server for requests. Edit to use your own host.

path
contactIdinteger
Required

ID of the contact, for which the event participations are returned.

path
searchPeriodinteger
Required

Participations in the time interval today +/- searchPeriod months are returned.

Request Preview
Response

Response will appear here after sending the request

Path Parameters

contactIdinteger
Required

ID of the contact, for which the event participations are returned.

searchPeriodinteger
Required

Participations in the time interval today +/- searchPeriod months are returned.

Responses

datestring
eventNamestring
partIdinteger
dateIdinteger
articleNostring
partStatusstring