Skip to content

API Process Step

mkb edited this page Jul 4, 2013 · 1 revision

Process Step

Request the Process Steps

/psteps/{TextID}

Example

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
	}
]

Home > API

Requests

  • Text
    • get a commentable text
  • Comment
    • get a comment
    • post a new comment
    • delete a comment
  • Vote
    • like/dislike a comment
  • User
    • get the logged in user
    • login a user
    • logout a user
  • Process Step
    • get the process steps of a text

Models

Clone this wiki locally