shared-steps
Get all shared steps
This method allows to retrieve all shared steps stored in selected project.
get/shared_step/{code}
Path parameters
codestring required
Code of project, where to search entities.
Query parameters
searchstring
Provide a string that will be used to search by name.
limitinteger
A number of entities in result set.
offsetinteger
How many entities should be skipped.
Response
A list of all shared steps.
Example response
{
"result": {
"entities": [
{
"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"
}
]
}
}