Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 5.53 KB

unifiedatsactivityoutput.md

File metadata and controls

19 lines (16 loc) · 5.53 KB

UnifiedAtsActivityOutput

Fields

Field Type Required Description Example
activity_type OptionalNullable[str] The type of activity. NOTE, EMAIL or OTHER NOTE
subject OptionalNullable[str] The subject of the activity Email subject
body OptionalNullable[str] The body of the activity Dear Diana, I love you
visibility OptionalNullable[str] The visibility of the activity. ADMIN_ONLY, PUBLIC or PRIVATE PUBLIC
candidate_id OptionalNullable[str] The UUID of the candidate 801f9ede-c698-4e66-a7fc-48d19eebaa4f
remote_created_at date The remote creation date of the activity 2024-10-01T12:00:00Z
field_mappings Dict[str, Any] The custom field mappings of the object between the remote 3rd party & Panora {
"fav_dish": "broccoli",
"fav_color": "red"
}
id OptionalNullable[str] The UUID of the activity 801f9ede-c698-4e66-a7fc-48d19eebaa4f
remote_id OptionalNullable[str] The remote ID of the activity in the context of the 3rd Party id_1
remote_data Dict[str, Any] The remote data of the activity in the context of the 3rd Party {
"fav_dish": "broccoli",
"fav_color": "red"
}
created_at date The created date of the object 2024-10-01T12:00:00Z
modified_at date The modified date of the object 2024-10-01T12:00:00Z