Automation
Authorizations
Query parameters
wkspIdstringRequired
Workspace ID of the user
Body
id1stringRequiredExample:
First jsmon ID
abc123
id2stringRequiredExample:
Second jsmon ID
xyz456
Responses
200
Differences between array fields in automation results
application/json
400
Invalid jsmon IDs
application/json
403
Access denied to workspace
application/json
404
Validation failed
application/json
500
Internal server error
application/json
post
/automation/compare-resultsPOST /automation/compare-results?wkspId=text HTTP/1.1
Host: api-dev.jsmon.sh
Content-Type: application/json
Accept: */*
Content-Length: 31
{
"id1": "abc123",
"id2": "xyz456"
}
{
"message": "Differences found in array fields",
"differences": {
"ANY_ADDITIONAL_PROPERTY": {
"removed": [
"text"
],
"added": [
"text"
]
}
}
}