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

Request Information

Path Parameters

Name Description
list_id List ID

Body Parameters

None


Response Information

Resource Description

List

Name Description
ID The ID used for interacting with the list
Name The name supplied when the list was created, if any
CreatedTimestamp Timestamp for when the list was created
OccationCount Number of event occations currently in the list.

Response Formats

application/json (.json) text/json
{
  "id": "sample string 1",
  "name": "sample string 2",
  "createdTimestamp": "2024-04-10T03:32:46.3440839+02:00",
  "occationCount": 4
}