Skip to main content

Arguments

accountNumber : String! required

The number of the account responsible for this FIT schedule.

scheduleId : String! required

Unique identifier for the schedule.

Returns

FitScheduleType

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query fit schedules

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 FitSchedule( $accountNumber: String!, $scheduleId: String! ) { fitSchedule( accountNumber: $accountNumber, scheduleId: $scheduleId ) { acceptedAt scheduleId sentAt temporaryDownloadUrls } }

Variables

{ "accountNumber": "A-6E5C886A", "scheduleId": "48734237" }

Response

{ "data": { "fitSchedule": { "acceptedAt": "2019-03-02T16:49:30.937399+00:00", "scheduleId": "8b77bab0-cf69-4e8f-a51f-0ebaa237b196", "sentAt": "2021-08-30T06:45:11.246842+00:00", "temporaryDownloadUrls": "small-perhaps-technology-bill-serious" } } }