Packs
List the releases for a Pack.
Get the list of releases of a Pack.
get/packs/{packId}/releases
Path parameters
packIdinteger required
ID of a Pack
Query parameters
limitinteger
Maximum number of results to return in this query.
pageTokenstring
An opaque token used to fetch the next page of results.
Response
List of Pack releases.
Example response
{
"items": [
{
"packId": 1003,
"releaseNotes": "The first release.",
"createdAt": "2018-04-11T00:18:57.946Z",
"releaseId": 2,
"packVersion": "1.0.3",
"sdkVersion": "1.5.1"
}
],
"nextPageToken": "eyJsaW1pd",
"nextPageLink": "https://docs.superhuman.com/apis/v1/packs/1/releases?pageToken=xyz"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.