Skip to main content
GET
List contract milestones
SystemUser accessible. Required policy actions:
  • MilestoneService:getMilestones

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Path Parameters

contractId
string
required

Contract ID

Query Parameters

page
integer

Page number (default: 1)

limit
integer

Items per page (default: 20)

sortBy
string

Field to sort by

sortOrder
string

Sort direction: ASC or DESC

filters
string

URL-encoded JSON filter object

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)