We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URL : /equisat/data/errorInfo
/equisat/data/errorInfo
Method : GET
GET
Retrieves all errorInfos
Code : 200 OK
200 OK
Content example
[{ "id": 1, "index": "0", "timestamp": 12, "errorCode": 1, "tid": 1 },{ "id": 2, "index": "1", "timestamp": 13, "errorCode": 8, "tid": 1 },{ "id": 3, "index": "0", "timestamp": 16, "errorCode": 1, "tid": 2 },{ "id": 4, "index": "1", "timestamp": 17, "errorCode": 8, "tid": 2 }]
URL : /equisat/data/errorInfo/5
/equisat/data/errorInfo/5
Retrieve errorInfo with id 5
{ "id": 5, "index": "1", "timestamp": 17, "errorCode": 8, "tid": 2 }
URL : /equisat/data/errorInfo/tid/5
/equisat/data/errorInfo/tid/5
Retrieve errorInfos with tid 5
[{ "id": 1, "index": "0", "timestamp": 12, "errorCode": 1, "tid": 5 },{ "id": 2, "index": "1", "timestamp": 13, "errorCode": 8, "tid": 5 },{ "id": 3, "index": "2", "timestamp": 16, "errorCode": 1, "tid": 5 },{ "id": 4, "index": "3", "timestamp": 17, "errorCode": 8, "tid": 5 }]