Files
P42_UI/app/assets/json/global/services.json
T
2026-06-21 21:09:21 +00:00

57 lines
1.4 KiB
JSON

{
"success": true,
"error": "",
"payload": {
"/agents": {
"getTypes": {
"uri": "/api/agent-types/{family}",
"method": "GET"
},
"getSprites": {
"uri": "/api/agent-sprites/{group}",
"method": "GET"
},
"getProperties": {
"uri": "/api/agent/{id}",
"method": "GET"
}
},
"/keyframes": {
"list": {
"uri": "/api/keyframes",
"method": "POST"
},
"get": {
"uri": "/api/keyframes/{kfId}",
"method": "GET"
},
"create": {
"uri": "/api/keyframes",
"method": "PUT"
},
"rename": {
"uri": "/api/keyframes/{kfId}",
"method": "PUT"
},
"saveAgents": {
"uri": "/api/keyframes/{kfId}/agents",
"method": "PUT"
}
},
"/sims": {
"list": {
"uri": "/api/sims",
"method": "POST"
},
"get": {
"uri": "/api/sims/{simulationUuid}",
"method": "GET"
},
"create": {
"uri": "/api/sims",
"method": "PUT"
}
}
}
}