Get list of Job titles of attendees of an event with pagination

This API is used to get the list of job titles of all the attendees of an event. The response is paginated and sorted in alphabetical order. To call this API, you need to pass

  1. the eventurl in the path parameter.
  2. authorisation token in the header.
  3. A JSON object, in the request body, which has a page, size of the page, and the search string.

The response includes a JSON object containing job titles as per the page, size, and search string.

Language
Credentials
Header
Click Try It! to start a request and see the response here!