Skip to content

customProgram get steps

Hadrien Daures edited this page Jul 16, 2018 · 2 revisions

URL: POST: /customProgram-get-steps

Request content:
{
    TOKEN: "the token",
    CUSTOMPROGRAMID: "the custom program id"
}

Response content:
{
    STATUS: "the status code",
    STEPS: [{LOGO: "the base64 logo", NAME: "the name", DURATION: 120, NEEDAUTH: true/false}, ...]
}

Clone this wiki locally