Italiano
cURL
curl --request POST \ --url https://local.casebender.com:3000/api/cases \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "title": "<string>", "statusValue": "<string>", "severity": 2.5, "tlp": 2, "pap": 1.5, "organizations": [ "<string>" ], "visibleToAllOrganizations": true, "description": "<string>", "tags": [ { "id": 123 } ], "customFields": {}, "createdAt": "<string>" } '
{ "id": "<string>", "tinyId": 123, "title": "<string>", "statusValue": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "severity": 123, "tlp": 123, "pap": 123, "createdById": "<string>", "visibleToAllOrganizations": true, "customFields": {}, "extraData": {}, "aiInsights": {}, "description": "<string>", "deletedAt": "<string>", "assigneeId": "<string>", "flag": true }
Create a new case
1 <= x <= 4
0 <= x <= 4
0 <= x <= 3
Mostra attributi figli
Successful response