Skip to main content
GET
List onboardings

Authorizations

Authorization
string
header
required

Swagger / Postman only: Client ID as username, Client secret as password. In Postman, set this once on the collection (Authorization → Basic Auth) so all requests inherit. For production server-to-server code, prefer X-OM-Auth-ID and X-OM-Auth-Key headers.

Query Parameters

statusID
integer<int32>

Filter by onboarding status ID.

searchFilter
string

Case-insensitive search across key onboarding fields.

pageNumber
integer<int32>

1-based page index (1–10000). Omit for default paging.

userID
integer<int32>

Restrict to onboardings assigned to this user ID.

lastUpdated
string<date-time>

Return only items updated at or after this UTC time (incremental sync).

excludeCompleted
boolean
default:false

When true, excludes completed onboardings.

Response

OK

onboardingKey
string<uuid>
onboardingID
integer<int32>
statusID
integer<int32> | null
statusName
string | null
createdOn
string<date-time> | null
sentOn
string<date-time> | null
submittedOn
string<date-time> | null
completedOn
string<date-time> | null
updatedOn
string<date-time> | null
createdByKey
string<uuid> | null
approverKey
string<uuid> | null
engagementKey
string<uuid> | null
formKey
string<uuid> | null
recipients
object[] | null