Returns all Organizers in the system.
GET /api/organizers HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/json
No parameters
None
Collection of Organizer
Name | Description | Type | Additional information |
---|---|---|---|
ID | Organizer ID | Integer | None |
Name | Name | String | None |
Info | Short description | Translatable | None |
ExternalUrl | External URL for more information about the organizer | String | None |
EventCount | Number of events organized by the organizer | Integer | None |
OccationCount | Number of event occations organized by the organizer | Integer | None |
OfferCount | Number of offers related to the organizer | Integer | None |
application/json (.json)
text/json
[
{
"id": 1,
"name": "sample string 2",
"info": {
"en": "english string 3",
"sv": "swedish string 3"
},
"externalUrl": "sample string 4",
"eventCount": 1,
"occationCount": 1,
"offerCount": 1
},
{
"id": 1,
"name": "sample string 2",
"info": {
"en": "english string 3",
"sv": "swedish string 3"
},
"externalUrl": "sample string 4",
"eventCount": 1,
"occationCount": 1,
"offerCount": 1
}
]