Skip to main content
POST
Search decisions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
tenantId
string
required

Tenant ID

Example:

"105fa115-52d0-4466-baff-740447a60774"

ids
string[]

Comma separated Decision IDs

Example:

null

status
object[]

Comma separated Decision Status values

Example:

"DRAFT,ARCHIVED"

Decision search string

Example:

"Investmen"

section
string[]

Comma separated Section IDs

Example:

null

category
string[]

Comma separated Category IDs

Example:

null

groupIds
string[]

Comma separated Group IDs

Example:

null

delegable
boolean

Delegable filter

Example:

true

delegations
boolean

Delegations filter

Example:

true

authorityTypeIds
string[]

Comma separated Authority Type IDs

Example:

null

authorityLimitValueTypes
string[]

Comma separated Decision Authority Value Types

Example:

"Days,Months,Years"

authorityLimitValueFilters
object[]

Authority Limit Value Filters

owner
string[]

Comma separated User IDs for Owner filter

Example:

null

createdStartDate
string

Start date time for date range filter on decision created at

Example:

"2025-03-05T11:49:50.577Z"

createdEndDate
string

End date time for date range filter on decision created at

Example:

"2025-03-05T11:49:50.577Z"

updatedStartDate
string

Start date time for date range filter on decision updated at

Example:

"2025-03-05T11:49:50.577Z"

updatedEndDate
string

End date time for date range filter on decision updated at

Example:

"2025-03-05T11:49:50.577Z"

startDate
string

Creation/updation date time for decision

Example:

"2025-03-05T11:49:50.577Z"

endDate
string

Creation/updation date time for decision

Example:

"2025-03-05T11:49:50.577Z"

selectedTab
enum<string>

Selected tab context (not used in the listing API)

Available options:
all,
active,
inactive
Example:

"active"

sortBy
enum<string>

Criteria for sorting Decisions

Available options:
name,
sectionName,
categoryName,
status,
updatedAt,
createdAt,
delegationsCount,
authorityLimitSortPrecedence,
decisionDisplayId,
rank
Example:

"name"

sortOrder
enum<string>

Order for sorting Decisions

Available options:
asc,
desc
Example:

"asc"

select
string[]

Comma separated specific Decision fields needed in response

Example:

"DECISION_ID,NAME,DECISION_DISPLAY_ID"

issuerType
object

Delegation issuer type

Example:

"ROOT_AUTHORITY"

page
number

Page number

Required range: x >= 1
Example:

1

limit
number

Number of items per page

Required range: 1 <= x <= 100
Example:

10

Response

Decisions list retrieved successfully

statusCode
number
required
Example:

200

timestamp
string
required
Example:

"2026-01-08T06:33:50.975Z"

message
string
required
Example:

"Success"

data
object