Retrieve Application Disposition Events by Application ID

This operation returns disposition events by application ID.

Permissions

To access this operation, your access token must contain one of the following scopes:

  • recruiting.domain.applications.read

Refer to the Onboarding and Recruiting Authorization and Permissions topic for more information.

Path Params
string
required

The customer tenant. Can be viewed in the browser bar when signed into UKG Pro Recruiting or UKG Pro Onboarding.

string
required

The unique ID of an application.

Responses

Response body
array of objects
object
string

The ID of a disposition event.

array of objects
string

The ID of the corresponding application.

string

The date and time of creation. A UTC value. For example: 2016-12-20T11:24:06.726Z.

string

The date and time of the last update. A UTC value. For example: 2016-12-21T18:44:03.356Z.

object

The origin step model.

object

The origin step model.

object

The author model.

object | null

The disposition reason model.

boolean

A Boolean indicator of whether or not a comment is important. Defaults to false.

string | null

The comment text.

403

Forbidden. Ensure valid bearer token is passed with required scope.

404

Not Found

500

Internal Server Error

Language
Credentials
OAuth2
URL