Skip to main content
POST
Get Terms

Authorizations

Authorization
string
header
required

Auth token returned from the login endpoint. Send as: Authorization: <token> (no Bearer prefix)

Body

application/json
method
string
required

Always "Retrieve"

Example:

"Retrieve"

action
string
required

Always "Retrieve Terms"

Example:

"Retrieve Terms"

apiVersion
string
required
Example:

"v2"

serviceCode
string | null

Filter by pricing context — null returns all

termID
integer | null

Filter by specific term ID

status
string | null

Filter by term status — e.g. "Open", "Posted", "Published"

filters
object | null
metaData
object | null
type
string | null
billID
integer | null
page
object | null

{ "pageNumber": 0, "size": 10 }null returns all

Response

200 - application/json

Terms retrieved successfully

success
boolean
statusCode
integer
message
string
error
unknown
data
object