Displays a specific object.
URL : /api2/[object name]/{id}
Method : GET
Auth required : NO
Permissions required : None
Code : 200 OK
Get information related to a list of objects.
URL : /api2/[object name]
Method : GET
Auth required : NO
Permissions required : None
Code : 200 OK
Content : Display a list of objects.
Update a field using the specified ID.
URL : /api2/[object name]/{id}
Method : POST
Condition : Successful update.
Code : 200 SUCCESS
Condition : Missing entity.
Code : 404 NOT FOUND
Content.
{
"statusCode": 404,
"error": "Not Found",
"message": "Not Found"
}
Execute a command using the specified ID.
URL : /api2/[object name]/[command]/{id}
Method : POST
Condition : Successful update.
Code : 200 SUCCESS
Condition : Missing entity.
Code : 404 NOT FOUND
Content
{
"statusCode": 404,
"error": "Not Found",
"message": "Not Found"
}