Activities
The Activity object is used to represent an activity for a candidate performed by a user.
Properties

idUUID
Required

remote_idString
Optional
The third-party API ID of the matching object.

created_atDateTime (ISO 8601)
Required

modified_atDateTime (ISO 8601)
Required
This is the datetime that this object was last updated by Merge

userUUID
Optional
The user that performed the action.

remote_created_atDateTime (ISO 8601)
Optional
When the third party's activity was created.

activity_typeEnum
Optional
The activity's type. Possible values include: NOTE, EMAIL, OTHER. In cases where there is no clear mapping, the original value passed through will be returned.

subjectString
Optional
The activity's subject.

bodyString
Optional
The activity's body.

visibilityEnum
Optional
The activity's visibility. Possible values include: ADMIN_ONLY, PUBLIC, PRIVATE. In cases where there is no clear mapping, the original value passed through will be returned.

candidateString
Optional
The activity’s candidate.

remote_was_deletedBoolean
Required
Indicates whether or not this object has been deleted in the third party platform.

field_mappingsObject
Optional

remote_dataRemoteData[]
Optional


GET
/activities

https://api.merge.dev/api/ats/v1/activities

US
EU

Returns a list of Activity objects.


Query & Path Parameters

created_afterDateTime (ISO 8601)
Optional
If provided, will only return objects created after this datetime.

created_beforeDateTime (ISO 8601)
Optional
If provided, will only return objects created before this datetime.

cursorString
Optional
The pagination cursor value.

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

include_deleted_dataBoolean
Optional
Whether to include data that was marked as deleted by third party webhooks.

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

modified_afterDateTime (ISO 8601)
Optional
If provided, only objects synced by Merge after this date time will be returned.

modified_beforeDateTime (ISO 8601)
Optional
If provided, only objects synced by Merge before this date time will be returned.

page_sizeInteger
Optional
Number of results to return per page.

remote_fieldsString
Optional
Deprecated. Use show_enum_origins.

remote_idString
Optional
The API provider's ID for the given object.

show_enum_originsString
Optional
A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. Learn more

user_idString
Optional
If provided, will only return activities done by this user.

Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
ApplicantStack
ApplicantStack
Ashby
Ashby
CATS
CATS
Fountain
Fountain
Greenhouse
Greenhouse
Homerun
Homerun
JazzHR
JazzHR
JobScore
JobScore
Lever
Lever
Sage HR
Sage HR
SAP SuccessFactors
SAP SuccessFactors
Teamtailor
Teamtailor
Workable
Workable
POST
/activities
Beta

https://api.merge.dev/api/ats/v1/activities

US
EU

Creates an Activity object with the given values.


Query & Path Parameters

is_debug_modeBoolean
Optional
Whether to include debug fields (such as log file links) in the response.

run_asyncBoolean
Optional
Whether or not third-party updates should be run asynchronously.
Body Parameters

modelObject
Required
Find available fields below under “Model Parameters”.

remote_user_idString
Required
Model Parameters
View app-specific writable fields under “Field support by platform” in this section.

userUUID
The user that performed the action. Must pass in a valid Merge ID, which can be obtained from the id field in the RemoteUser object.

activity_typeEnum
The activity's type. Must pass in one of the following choices: NOTE, EMAIL, OTHER.

subjectString
The activity's subject.

bodyString
The activity's body.

visibilityEnum
The activity's visibility. Must pass in one of the following choices: ADMIN_ONLY, PUBLIC, PRIVATE.

candidateString
The activity’s candidate.

integration_paramsObject

linked_account_paramsObject

Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
Ashby
Ashby
Greenhouse
Greenhouse
Infinite BrassRing
Infinite BrassRing
JobAdder
JobAdder
Lever
Lever
SAP SuccessFactors
SAP SuccessFactors
To include the correct model fields when making POST requests, use the GET /activities/meta/post endpoint. Learn more in our /meta guide.
GET
/activities/{id}

https://api.merge.dev/api/ats/v1/activities/{id}

US
EU

Returns an Activity object with the given id.


Query & Path Parameters

expandString
Optional
Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.

idUUID
Required

include_remote_dataBoolean
Optional
Whether to include the original data Merge fetched from the third-party to produce these models.

remote_fieldsString
Optional
Deprecated. Use show_enum_origins.

show_enum_originsString
Optional
A comma separated list of enum field names for which you'd like the original values to be returned, instead of Merge's normalized enum values. Learn more

Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
ApplicantStack
ApplicantStack
Ashby
Ashby
CATS
CATS
Fountain
Fountain
Greenhouse
Greenhouse
Homerun
Homerun
JazzHR
JazzHR
JobScore
JobScore
Lever
Lever
Sage HR
Sage HR
SAP SuccessFactors
SAP SuccessFactors
Teamtailor
Teamtailor
Workable
Workable
GET
/activities/meta/post

https://api.merge.dev/api/ats/v1/activities/meta/post

US
EU

Returns metadata for Activity POSTs.


Field support by integration
See all supported fields
Use the /linked-accounts endpoint to pull platform support information
Ashby
Ashby
Greenhouse
Greenhouse
Infinite BrassRing
Infinite BrassRing
JobAdder
JobAdder
Lever
Lever
SAP SuccessFactors
SAP SuccessFactors