# List all activity for a particular object **GET /activity** At least one of the following query parameters is required: casting_id, booking_id, model_id, package_id, contact_id ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### 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 An array of activity items #### Body: application/json (array[array]) ### 500 An unexpected error has occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)