/api/system-integrators/S0123
HTTP/1.1 200 OK
{
"href": "/api/system-integrators/S0123",
"links": [{
"rel": "operator",
"href": "/api/operators/C0002"
}, {
"rel": "defaultRatingProfile",
"href": "/api/operators/C0002/rating-profiles/Rating%20Profile"
}, {
"rel": "account",
"href": "/api/accounts/123S0123"
}, {
"rel": "timezone",
"href": "/api/time-zones/UTC"
}],
"data": [{
"name": "externalIdentifier",
"value": "S0123"
}, {
"name": "name",
"value": "System"
}, {
"name": "contactName",
"value": "name"
}, {
"name": "contactEmail",
"value": "email@email.com"
}, {
"name": "contactPhoneNumber",
"value": null
}, {
"name": "nscAccess",
"value": false
}, {
"name": "cdrAccess",
"value": false
}, {
"name": "notes",
"value": null
}, {
"name": "password",
"value": "***"
}, {
"name": "securityQuestion",
"value": "question"
}, {
"name": "securityAnswer",
"value": "answer"
}]
}
/api/system-integrators/S1245 HTTP/1.1 200 OK
with following body:
{
"href": "/api/system-integrators/S1245",
"links": []
}
/api/system-integrators/S0002 HTTP/1.1 403 Forbidden {
"detail": "Required role is missing",
"title": "Access forbidden",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/system-integrators/S0002 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [SystemIntegrator] with id [S0002]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/system-integrators/S0003 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [SystemIntegrator] with id [S0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/system-integrators/S0002 HTTP/1.1 200 OK {
"href": "/api/system-integrators/S0002"
}
/api/system-integrators/S0003 HTTP/1.1 403 Forbidden {
"title": "Access forbidden",
"detail": "Access denied to [SystemIntegrator] with id [S0003]",
"described_by": "http://api.nfon.net/probs/invalid-authorization"
}
/api/system-integrators/S0404 HTTP/1.1 404 Not Found
with following body:
{
"described_by": "http://api.nfon.net/probs/systemIntegrator-not-found",
"title": "SystemIntegrator not found",
"detail": "SystemIntegrator with identifier S0404 has not been found"
}