Schema Response Actions
A Schema Response Action from a Schema Response
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 to understand why this request may have failed.
get/schema_responses/{schema_response_id}/actions/{schema_response_action_id}
Path parameters
schema_response_idstring required
The unique identifier of the Schema Response example 61b9cd62eb66180215222669.
schema_response_action_idstring required
The unique identifier of the Schema Response Action example 61b9eae1a7d8ac025c4c46d3.
Response
OK