Get list of all visible scenarios
Get scenarios for this app that are visible to you.
A scenario object contains the following fields:
- name: The name of the scenario
- owner: The owner of this scenario
- tags: The tags of the scenario
- last_modified: The timestamp when the scenario was last modified
- read_perm: Array of users/groups that have permissions to read the scenario data (groups are indicated by a leading hash #)
- write_perm: Array of users/groups that have permissions to modify the scenario data (groups are indicated by a leading hash #)
- exec_perm: Array of users/groups that have permissions to execute the scenario (groups are indicated by a leading hash #)
Path parameters
The ID of the app whose data you want to operate on.
The ID of the app whose data you want to operate on.
Query parameters
Pagination: The page number to return (offset)
Pagination: The page number to return (offset)
Pagination: Number of items to return per page
Pagination: Number of items to return per page
Response
Successful Response
Changes
Changed in 8 of the 18 revisions of this API.3111
- ○
api operation id
get_scenario_listremoved and replaced withget_scenario_list_scenarios__app_id___getapi-operation-id-removed
- ○
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parameterpagenew-optional-request-parameter
- ○
added the new optional
queryrequest parameterper_pagenew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
response property
detail/items/loc/items/list-of-types was widened by adding typesintegerto media typeapplication/jsonof response422response-property-list-of-types-widened
- ▲
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed the required property
items/lastModifiedfrom the response with the200statusresponse-required-property-removed
- ●
for the
pathrequest parameterapp_id, the maxLength was set to60request-parameter-max-length-set
- ○
added the required property
items/exec_permto the response with the200statusresponse-required-property-added
- ○
added the required property
items/last_modifiedto the response with the200statusresponse-required-property-added
- ○
added the required property
items/read_permto the response with the200statusresponse-required-property-added
- ○
added the required property
items/write_permto the response with the200statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○