Test Step Detail
Get the details of a single test step for a given API test.
Returns the details of the test step.
Changing Step Order
curl 'https://api.runscope.com/buckets/<bucket_key>/tests/<test_id>/steps/<step_id>' \
-H 'Authorization: Bearer <access_token>'
Response200 OK
{
"data": {
"assertions": [
{
"comparison": "is_null",
"source": "response_json"
}
],
"auth": {},
"body": "",
"form": {},
"headers": {},
"method": "GET",
"note": "this is step 1",
"step_type": "request",
"url": "https://yourapihere.com/",
"id": "f6b09ca8-0803-478f-9919-d4ddc66db006",
"variables": []
},
"error": null,
"meta": {
"status": "success"
}
}