Address

List Addresses

This endpoint allows you to retrieve all address of a group

get/2/etickets/address

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

date_idsinteger[] nullable
event_idsinteger[] nullable
idsinteger[] nullable
period_idsinteger[] nullable
searchstring nullable
with_on_sales_dateboolean nullable
designation'"asc"' | '"desc"'
id'"asc"' | '"desc"'

Unique identifier of the resource {name}

return'total'

Optional : If you pass this parameter with the value total, then the response will be the number of items in the collection, instead of the items themselves.<br /> Part of the total capacity

pageinteger

Optional parameter that define the page number<br /> Part of the pagination capacity

per_pageinteger

Optional parameter that define the number of items per page<br /> Part of the pagination capacity

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.