API ReferenceWeb
List web deploys
List web deploys.
Query Parameters
limit*integer
Maximum number of repositories to return
Format
int64Range
0 <= valueoffset*integer
Offset for the list of repositories
Format
int64Range
0 <= valueResponse Body
application/json
application/json
curl -X GET "https://api.freestyle.sh/web/v1/deployments?limit=0&offset=0"{
"entries": [
{
"deploymentId": "a73c85a1-d857-491e-a6b2-51dce05de7a2",
"accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
"provisionedAt": "2019-08-24T14:15:22Z",
"timeout": "string",
"state": "provisioning",
"deployedAt": "2019-08-24T14:15:22Z",
"domains": [
"string"
],
"envVars": {
"property1": "string",
"property2": "string"
}
}
],
"total": 0,
"offset": 0
}{
"message": "string"
}