Returns information about the List with the supplied list ID.
GET /api/lists/{list_id} HTTP/1.1
Host: event.stockholmpride.org
Accept: application/json, text/json, application/atom+xml, application/rss+xml, application/rss+xml+wp, text/calendar, text/plain, text/html
Name | Description | Type | Additional information |
---|---|---|---|
list_id | List ID | String | Required |
None
Name | Description | Type | Additional information |
---|---|---|---|
ID | The ID used for interacting with the list | String | None |
Name | The name supplied when the list was created, if any | String | None |
CreatedTimestamp | Timestamp for when the list was created | Date | None |
OccationCount | Number of event occations currently in the list. | Integer | None |
application/json (.json)
text/json
{
"id": "sample string 1",
"name": "sample string 2",
"createdTimestamp": "2024-11-21T11:09:50.6929163+01:00",
"occationCount": 4
}