GET /schema_responses/{schema_response_id}/actions/{schema_response_action_id}

osf.io

Summary: A Schema Response Action from a Schema Response
Operation ID:
Auth: unknown
Description

Retrieves a Schema Response Action by it's ID. #### Returns Returns a JSON object with a `data` key containing the representation of the requested Schema Response Actions, if the request is successful. #### Errors If the request is unsuccessful, an `errors` key containing information about the failure will be returned. Refer to the [list of error codes](#tag/Errors-and-Error-Codes) to understand why this request may have failed.

Parameters (2)

schema_response_action_id (string, path, required)

The unique identifier of the Schema Response Action example `61b9eae1a7d8ac025c4c46d3`.

schema_response_id (string, path, required)

The unique identifier of the Schema Response example `61b9cd62eb66180215222669`.

No probe data for this endpoint yet.