GET /activity

At least one of the following query parameters is required: casting_id, booking_id, model_id, package_id, contact_id

Query parameters

  • casting_id integer(int32)

    ID of casting to return activity for

  • booking_id integer(int32)

    ID of booking to return activity for

  • model_id integer(int32)

    ID of model to return activity for

  • package_id integer(int32)

    ID of package to return activity for

  • contact_id integer(int32)

    ID of contact to return activity for

  • limit integer(int32)

    Number of items to return on each page (max 100)

  • page integer(int32)

    Current page of results to return

Responses

  • 200 application/json

    An array of activity items

  • 500 application/json

    An unexpected error has occurred

    Hide response attributes Show response attributes object
    • code integer(int32) Required
    • message string Required
GET /activity
curl \
 --request GET 'https://*.syngency.com/admin/api/activity'
Response examples (200)
[
  [
    []
  ]
]
Response examples (500)
{
  "code": 42,
  "message": "string"
}