Service Manager
This is the latest version of the help for Ivanti Service Manager 2018. If you cannot find some of the features described in the help, you may be using an older version of the application. To upgrade the application, click here.To view the help for the latest version of Service Manager, click here
Get a Business Object by ReclD or Unique Key
Here is an example to get a change, problem, incident, or any other business object by RecID or Unique Key.
URL |
|
Method |
GET |
Header Name | Authorization : Sessionkey |
Status Code |
200 |
Response |
{
} |
Unsuccessful Responses
Invalid URL
Scenario: User wants to get a list of alerts from a tenant.
Valid URL example:
https://tatnet.ivanti.com/api/odata/businessobject/alerts
Invalid URL examples:
https://tatnet.ivanti.com/api/odata/businessobject/alertssdf
https://tatnet.ivanti.com/api/odata/businessobject/alerts
https://tatnet.ivanti.com/api/odata/businessobject
https://tatnet.ivanti.com/api/oodata/ alerts
Header Name:
Authorization: Authentication token
Code | ISM_4004 |
Description | Requested resource does not exist |
Message |
[ "Invalid Path" ] |
HTTP STATUS CODE |
404 |
Invalid Request Payload
Scenario: To fetch a particular business object instance by its ID, the value of key provided is empty or a white space.
Example:
https://tatnet.ivanti.com/api/odata/businessobject/alerts(‘ ‘)
Header Name:
Authorization: Authentication token
Code | ISM_4000 |
Description | Invalid Request Payload |
Message |
[ "Key value cannot be empty" ] |
HTTP STATUS CODE |
400 |
Invalid Value
Scenario: To fetch a particular business object by its unique key, the value of key provided is random, invalid, or value of a deleted business object field.
Examples:
https://tatnet.ivanti.com/api/odata/businessobject/alerts(‘1234‘)
https://tatnet.ivanti.com/api/odata/businessobject/alerts(‘random‘)
Header Name:
Authorization: Authentication token
Code | ISM_4000 |
Description | Invalid Request Payload |
Message |
[ "Invalid OData query" ] |
HTTP STATUS CODE |
400 |
Was this article useful?
The topic was:
Inaccurate
Incomplete
Not what I expected
Other
Copyright © 2018, Ivanti. All rights reserved.