curl --location --request GET 'http://dev-cn.your-api-server.com/packs/123/versions'
{
"nextPageToken": "eyJsaW1pd",
"items": [
{
"source": "web",
"packId": 1003,
"buildNotes": "Adding a new formula.",
"createdAt": "2018-04-11T00:18:57.946Z",
"creationUserLoginId": "api@coda.io",
"releaseId": 2,
"packVersion": "1.0.3",
"sdkVersion": "1.5.1"
}
],
"creationUsers": [
{
"name": "John Doe",
"loginId": "user@example.com",
"pictureLink": "https://cdn.coda.io/avatars/default_avatar.png",
"type": "user"
}
],
"nextPageLink": "https://coda.io/apis/v1/packs/1/versions?pageToken=xyz"
}