fitSchedule
Get details about a FIT schedule attached to an account.
Arguments
Returns
FitScheduleTypePossible Errors
Allowed Viewers
Required Permissions
Can query fit schedulesQuery Complexity
1Examples
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 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"
}
}
}