Build Service

Operations related to build services.

build service

get
/build-service

build service

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
osstring · enumOptional

Os

Possible values:
deploymentTypestring · enumOptional

Deployment type

Possible values:
Responses
200

OK

application/json
get
/build-service
GET /api/v1/build-service HTTP/1.1
Host: abp-api.akinon.net
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "deploymentId": "text",
    "status": "text",
    "deploymentType": "text",
    "os": "text",
    "projectId": "text",
    "projectName": "text",
    "organizationId": "text",
    "orgName": "text",
    "createdAt": "2025-12-06T05:55:44.573Z",
    "startedAt": "2025-12-06T05:55:44.573Z"
  }
]

Last updated

Was this helpful?