List all the schemas and policy relevant to the rule with the specified ID
Request
Path Parameters
Parameter
Type
Required
Description
Response
Success Response
{
"policy": {
"id": "63e3e5e8a01b3c001234abcd",
"name": "Carbon Credit Policy",
"version": "1.0.0",
"status": "PUBLISH"
},
"schemas": [
{
"id": "63e3e5e8a01b3c001234abce",
"name": "MRV Schema",
"version": "1.0.0",
"status": "PUBLISHED"
}
]
}Error Responses
Status
Description
PreviousDeactivate the rule with the specified IDNextRetrieve all the data needed for evaluating the rules
Last updated
Was this helpful?