Resource URL
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Get the details of an existing Entity
Create a new Entity
Create a new Entity
Get the details of Delete an existing Entity
|
API Specific Parameters
Parameter | Description |
---|---|
| The identifier for the new entity to be obtained, created, or deleted. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Get the details of an existing EntityGet the details of an existing ServiceMobility entity. The specified Entity ID must exist. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the body will contain an REST Object Definitions Configuration Related Objects Entity Object. Otherwise, the response body will contains details regarding the error. |
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Create a new EntityCreate a new ServiceMobility entity. The system will automatically assign an Entity ID for the object. URL
HTTP Request BodyThe HTTP request body must contain a valid REST Object Definitions Configuration Related Objects Entity Object. HTTP Response BodyOn success, an HTTP response code of 201 will be returned, and the URL of the newly created entity will be returned in the standard HTTP response headers. Otherwise, the response body will contains details regarding the reason why the entity was not created. |
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Create a new EntityCreate a new ServiceMobility entity. The specified Entity ID must not exist. URL
HTTP Request BodyThe HTTP request body must contain a valid REST Object Definitions Configuration Related Objects Entity Object. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the body will contain the ID of the newly created entity. Otherwise, the response body will contains details regarding the reason why the entity was not created. |
Panel | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Get the details of Delete an existing EntityGet the details of Delete an existing ServiceMobility entity. The specified Entity ID must exist. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success , an HTTP response code of an HTTP response code of 200 will be returned, and the body will contain an . The system will return HTTP response code 410 in case of non-existent REST Object Definitions Configuration Related Objects Entity Object.Otherwise, the response body will contains details regarding the error. |