shared-steps
Get a specific shared step
This method allows to retrieve a specific shared step.
get/shared_step/{code}/{hash}
Path parameters
codestring required
Code of project, where to search entities.
hashstring required
Hash.
Response
A shared step.
Example response
{
"result": {
"created": "2021-12-30 19:23:59",
"updated": "2021-12-30 19:23:59",
"created_at": "2021-12-30T19:23:59+00:00",
"updated_at": "2021-12-30T19:23:59+00:00"
}
}