Build Service
Operations related to build services.
build service
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
osstring · enumOptionalPossible values:
Os
deploymentTypestring · enumOptionalPossible values:
Deployment type
Responses
200
OK
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
get
/build-serviceGET /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?

