-
Notifications
You must be signed in to change notification settings - Fork 4
API Process Step
mkb edited this page Jul 4, 2013
·
1 revision
/psteps/{TextID}
HTTP GET Request:
http://www.example.com/rest.php/psteps/bbt-c216
Reply:
[
{
"id": 1,
"StepIndex": "one",
"Content": "This was step one",
"IsCurrent": 0,
"Link": "",
"ProcessTitle": "",
"IsPast": true
},
{"id": 2,
"StepIndex": "two",
"Content": "Information text.\r\nGive us feedback!",
"IsCurrent": 1,
"Link": "about-step-two\/",
"ProcessTitle": "",
"IsPast": false
}
]