Data API (v2)
Last updated
Last updated
Returns raw AutoReview data as a json
/json
Properties JSON
Configs JSON
curl -L \
--request POST \
--url 'https://api.powerdevbox.com/v2/autoreview/json' \
--header 'apiKey: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{"properties":{"displayName":"text","name":"text","owner":"text","environment":"text","definition":{}},"configs":{"type":"json","naming":{},"ratings":{},"complexity":[null],"scoring":[null]}}'
{
"data": {
"name": "text",
"id": "text",
"environment": "text",
"owner": "text",
"trigger": "text",
"triggerParam": "text",
"triggerData": "text",
"triggerConfig": "text",
"triggerExpress": "text",
"triggerInputs": "text",
"triggerRecur": "text",
"premium": true,
"connectionRefs": 1,
"connectors": 1,
"steps": 1,
"variables": 1,
"complexity": 1,
"varNaming": true,
"varNameConsts": true,
"varNameUse": true,
"composes": 1,
"exception": 1,
"exceptionHandleScope": true,
"exceptionScope": true,
"exceptionTerminate": true,
"exceptionLink": true,
"mainScope": true,
"error": "text",
"variableArray": [
{
"name": "text",
"type": "text",
"value": "text",
"used": true,
"named": true
}
],
"actionArray": [
{
"name": "text",
"step": "text",
"type": "text",
"id": "text",
"hashId": "text",
"tier": "text",
"connector": "text",
"imgURL": "text",
"runAfter": "text",
"exception": "text",
"index": 1,
"complexity": 1,
"detail": "text",
"filter": "text",
"pagination": "text",
"secure": "text",
"retry": "text",
"timeout": "text",
"position": "text",
"positionInfo": "text",
"environmentVariables": "text",
"environmentB": true,
"notes": "text",
"parent": "text",
"branch": "text",
"positionIndex": "text",
"positionType": "text",
"nested": "text"
}
],
"apiActionArray": [
{
"name": "text",
"step": "text",
"type": "text",
"id": "text",
"hashId": "text",
"tier": "text",
"connector": "text",
"imgURL": "text",
"runAfter": "text",
"exception": "text",
"index": 1,
"complexity": 1,
"detail": "text",
"filter": "text",
"pagination": "text",
"secure": "text",
"retry": "text",
"timeout": "text",
"position": "text",
"positionInfo": "text",
"environmentVariables": "text",
"environmentB": true,
"notes": "text",
"parent": "text",
"branch": "text",
"positionIndex": "text",
"positionType": "text",
"nested": "text"
}
],
"exceptionArray": [
{
"name": "text",
"step": "text",
"type": "text",
"id": "text",
"hashId": "text",
"tier": "text",
"connector": "text",
"imgURL": "text",
"runAfter": "text",
"exception": "text",
"index": 1,
"complexity": 1,
"detail": "text",
"filter": "text",
"pagination": "text",
"secure": "text",
"retry": "text",
"timeout": "text",
"position": "text",
"positionInfo": "text",
"environmentVariables": "text",
"environmentB": true,
"notes": "text",
"parent": "text",
"branch": "text",
"positionIndex": "text",
"positionType": "text",
"nested": "text"
}
],
"connectionArray": [
{
"conName": "text",
"appId": "text",
"opId": "text",
"count": 1
}
],
"actionObjectArray": [
{
"step": "text",
"connector": "text",
"name": "text",
"id": "text",
"hashId": "text",
"object": "text",
"type": "text",
"index": 1,
"parent": "text"
}
]
}
}
default