Search User Journeys
Search User Journeys - User Journeys are the journeys that are assigned to a user.
Query parameters
{
"user_id": "64891c74d5ee1bb16dfdafd8,64891e2ad5ee1bb16dfdafd9",
"journey_id": "64891c74d5ee1bb16dfdafd8,64891e2ad5ee1bb16dfdafd9",
"office_location_id": "64891c74d5ee1bb16dfdafd8,64891e2ad5ee1bb16dfdafd9",
"transition_type": "pre_offer, offer, post_offer, onboarding, offboarding",
"state": "draft, needs_attention, pending_approval, approved, rejected, rescinded, user_pending, submitted, declined, completed, voided"
}Response
The request has succeeded.
Example response
[
{
"id": "69ae0e64b02bfe73a44ca479",
"journey_id": "69ae0e64b02bfe73a44ca479",
"user_id": "69ae0e64b02bfe73a44ca479",
"transition_type": "pre_offer",
"state": "approved",
"created_at": "2026-01-01",
"expiration_date": "2026-01-01",
"office_location": {
"id": "69ae0e64b02bfe73a44ca479",
"external_ids": {
"workday": "LOCATION-3-69"
},
"address1": "123 Main St",
"address2": "Suite 200",
"address3": "Building B",
"city": "New York",
"state": "NY",
"region": "Northeast",
"country": "USA",
"postal_code": "10001",
"time_zone": "NZT",
"latitude": 3.12332,
"longitude": 3.12332
},
"custom_field_values": [
{
"id": "1234",
"value": "custom field value",
"name": "custom field name",
"key": "1234"
}
]
}
]Changes
Changed in 6 of the 19 revisions of this API.62914
- ●
added the new
voidedenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
- ○
added
Models.OfficeLocationto theitems/office_locationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
removed
OfficeLocationfrom theitems/office_locationresponse propertyanyOflist for the response status200response-property-any-of-removed
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
items/custom_field_valuesresponse's property type/format changed from/toarray/for status200response-property-type-changed
- ▲
the
items/office_locationresponse's property type/format changed fromobject/to/for status200response-property-type-changed
- ▲
the
items/stateresponse's property type/format changed from/tostring/for status200response-property-type-changed
- ▲
removed the required property
items/office_location/external_idsfrom the response with the200statusresponse-required-property-removed
- ▲
removed the required property
items/office_location/idfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
items/office_location/address1from the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/address2from the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/address3from the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/cityfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/countryfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/latitudefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/longitudefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/postal_codefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/regionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/statefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/time_zonefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/office_location/workdayfrom the response with the200statusresponse-optional-property-removed
- ●
added the new
approvedenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
completedenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
declinedenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
draftenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
needs_attentionenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
offboardingenum value to theitems/transition_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
offerenum value to theitems/transition_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
onboardingenum value to theitems/transition_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
pending_approvalenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
post_offerenum value to theitems/transition_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
pre_offerenum value to theitems/transition_typeresponse property for the response status200response-property-enum-value-added
- ●
added the new
rejectedenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
rescindedenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
submittedenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ●
added the new
user_pendingenum value to theitems/stateresponse property for the response status200response-property-enum-value-added
- ○
removed
CustomFieldsValueObjectfrom theitems/custom_field_valuesresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
removed
UserJourneyStatefrom theitems/stateresponse propertyallOflist for the response status200response-property-all-of-removed
- ○
added
OfficeLocationsubschema #2to theitems/office_locationresponse propertyanyOflist for the response status200response-property-any-of-added
- ○
the response property
items/created_atbecame required for the status200response-property-became-required
- ○
the response property
items/custom_field_valuesbecame required for the status200response-property-became-required
- ○
the response property
items/office_locationbecame required for the status200response-property-became-required
- ○
the response property
items/statebecame required for the status200response-property-became-required
- ○
the response property
items/transition_typebecame required for the status200response-property-became-required
- ○
the response property
items/user_idbecame required for the status200response-property-became-required
- ○
added the required property
items/expiration_dateto the response with the200statusresponse-required-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
items/journey_typefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/transition_typeto the response with the200statusresponse-optional-property-added
- ●
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 68 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲