GET/schedule/{scheduleId}

Get Schedule

This API call retrieves the details of a specific schedule based on the provided schedule ID.
GET/schedule/{scheduleId}

Parameter Details

NameInTypeRequiredDescription
scheduleIdpathintegerRequiredEnter scheduleId

Responses

StatusMeaningDescriptionSchema
200OKSuccessscheduleGetResp
400Bad RequestBad RequestNone
401UnauthorizedAuthorization FailedNone
500Internal Server ErrorInternal Server ErrorNone

Example Request

# You can also use wget
curl -X GET /schedule/{scheduleId} \
  -H 'Accept: application/json' \
  -H 'Authorization: API_KEY'

Example responses

200 Response
[
  {
    "scheduleId": 16,
    "scheduleName": "testingschedule",
    "shopId": 23,
    "month": "12",
    "dayOfWeek": "6",
    "day": "20",
    "hour": "20",
    "minute": "30",
    "startDate": "2023-30-12",
    "endDate": "2023-30-14",
    "createdDate": "2023-04-28T09:57:19.347Z",
    "modifiedDate": "2023-04-28T09:57:19.347Z",
    "status": 1
  }
]

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.