fitSchedule
Get details about a FIT schedule attached to an account.
Arguments
Returns
FitScheduleTypeExamples
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-230D41CD",
"scheduleId": "19362262"
}
Response
{
"data": {
"fitSchedule": {
"acceptedAt": "1990-02-13T05:50:45.781593+00:00",
"scheduleId": "2a04ff67-050d-458c-b146-99bda826e5f1",
"sentAt": "1998-09-23T16:18:12.034469+00:00",
"temporaryDownloadUrls": "watch-real-I-read-painting"
}
}
}