Service Requests
Session-based authentication via HTTP-only cookie
Service request title
Question about API integrationDetailed description
mediumPossible values: Service request created successfully
Unique service request identifier
1Service request title
Need help with billing integrationDetailed description of the request
Current status
openPossible values: Priority level
mediumPossible values: Request category
billingUser ID who created the request
User ID assigned to the request
Type of linked reference (project, organization)
ID of the linked reference
Additional request metadata
Creation timestamp
Last update timestamp
Validation error
Not authenticated
Permission denied
Server error
POST /api/managed-services/request HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 143
{
"title": "Question about API integration",
"description": "text",
"priority": "medium",
"category": "text",
"referenceType": "project",
"referenceId": 1
}{
"id": 1,
"title": "Need help with billing integration",
"description": "text",
"status": "open",
"priority": "medium",
"category": "billing",
"creatorId": 1,
"assigneeId": 1,
"referenceType": "text",
"referenceId": 1,
"metadata": {},
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z"
}Session-based authentication via HTTP-only cookie
Service request ID
Service request deleted successfully
No content
Not authenticated
Permission denied
Service request not found
Server error
DELETE /api/service-requests/{id} HTTP/1.1
Accept: */*
No content
Session-based authentication via HTTP-only cookie
Service request ID
List of comments
Not authenticated
Server error
GET /api/service-requests/{serviceRequestId}/comments HTTP/1.1
Accept: */*
[
{
"id": 1,
"content": "text",
"serviceRequestId": 1,
"userId": 1,
"parentId": 1,
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"user": {
"id": 1,
"username": "text",
"fullName": "text"
}
}
]Session-based authentication via HTTP-only cookie
Service request ID
Comment content
Parent comment ID for replies
Comment created successfully
Not authenticated
Permission denied
Server error
POST /api/service-requests/{serviceRequestId}/comments HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"content": "text",
"parentId": 1
}{
"id": 1,
"content": "text",
"serviceRequestId": 1,
"userId": 1,
"parentId": 1,
"createdAt": "2026-01-01T00:00:00.000Z",
"updatedAt": "2026-01-01T00:00:00.000Z",
"user": {
"id": 1,
"username": "text",
"fullName": "text"
}
}Last updated
Was this helpful?