GET v3/lists/{listId}

https://api.questline.com/v3/lists/{listId}

Gets a list.

Request Information

URI Parameters

Name Description Type Additional Info
listId The ID of the list. globally unique identifier Required

Body Parameters

None.

Response Information

Resource Description

GetListResponseV3
Name Description Type Additional Info
List The list. ListV3 None.
Error The response error, if any. ResponseErrorV3 None.

Response Formats

application/json, text/json

Sample:

{
  "List": {
    "Created": "2024-04-26T20:20:42.6428821+00:00",
    "ListId": "9981e728-e38d-407e-8c60-5af0b897645f",
    "Name": "sample string 3",
    "SubscriberCount": 4
  },
  "Error": {
    "ErrorId": 1,
    "ErrorMessage": "sample string 1"
  }
}

text/javascript, application/javascript, application/json-p

Sample:

/**/ typeof  === 'function' && ({"List":{"Created":"2024-04-26T20:20:42.6428821+00:00","ListId":"9981e728-e38d-407e-8c60-5af0b897645f","Name":"sample string 3","SubscriberCount":4},"Error":{"ErrorId":1,"ErrorMessage":"sample string 1"}});