Skip to main content

Arguments

appointmentId : UUID

The Kraken ID of the appointment to return.

Allowed Viewers

Customer Partner User Third party

Query Complexity

1

Examples

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Query

query GetOnSiteJobsAppointmentById($appointmentId: UUID) { getOnSiteJobsAppointmentById(appointmentId: $appointmentId) { agent appointmentActions { ...OnSiteJobsAppointmentActionConnectionTypeConnectionFragment } assets { ...OnSiteJobsAssetConnectionTypeConnectionFragment } cancellationCategory cancellationSubCategory cancelledAt comments commsStrategy createdAt deadlineDate endAt externalJobTypeMapping { ...OnSiteJobsExternalJobTypeMappingTypeFragment } externalReference id jobDetails jobNotes krakenWorkCategory preferredStartDate request { ...OnSiteJobsRequestTypeFragment } startAt status } }

Variables

{ "appointmentId": "b0cc1cec-8108-4239-b347-3ea330b3858e" }

Response

{ "data": { "getOnSiteJobsAppointmentById": { "agent": "GENERIC_AGENT", "appointmentActions": OnSiteJobsAppointmentActionConnectionTypeConnection, "assets": OnSiteJobsAssetConnectionTypeConnection, "cancellationCategory": "CANCELLED_BY_CUSTOMER", "cancellationSubCategory": "partner-your-baby-huge-let", "cancelledAt": "2002-01-31T05:25:29.901829+00:00", "comments": "answer-bed-behind-spring-and", "commsStrategy": "SEND_ALL", "createdAt": "1999-05-04T03:58:00.599077+00:00", "deadlineDate": "2013-12-26", "endAt": "1971-03-07T22:06:09.093810+00:00", "externalJobTypeMapping": OnSiteJobsExternalJobTypeMappingType, "externalReference": "teacher-letter-reveal-coach-card", "id": "517d6efd-d3a4-478b-b520-56608fc947f3", "jobDetails": {"key": "value"}, "jobNotes": {"key": "value"}, "krakenWorkCategory": "ACCURACY_TEST", "preferredStartDate": "2013-08-08", "request": OnSiteJobsRequestType, "startAt": "2006-01-06T08:10:37.305111+00:00", "status": "REQUIRES_TIMESLOT" } } }