Contacts Job
Contacts job interface
job Id
Unique ID for this job
status
Current job status
reason
Current job reason, if applicable
notes
Notes entered by Doctor and/or Visibly
contacts
Contacts details
tags
List of tags used to correlate this workflow with other systems
updated At
Last date and time this job was updated
Sample
{ "jobId": "Example String", "status": "Example String", "reason": "Example String", "notes": "Example String", "contacts": { "__typename": "Contacts" }, "tags": [ { "__typename": "Tag" } ], "updatedAt": "Example String" }