Returns information on an instance registered for a custom object.
URL
{RMUrl}/api/objects/<ObjectVariableName>/<InstanceID>
REQUEST METHOD
GET
URL PARAMETERS
ObjectVariableName: This parameter is provided in the URL and does not need to be sent through GET.
InstanceID: This parameter is provided in the URL and does not need to be sent through GET.
REQUEST EXAMPLE
{RMUrl}/api/objects/book/66f295ae-f946-4f74-9ef4-21a0ca93febb
SUCCESS RESPONSE
Returns information on an instance of an object. For more information on the types of attributes available for the object in question, see Modulo Risk Manager Features -> 9. Custom Objects -> List Custom Object Attributes.
SUCCESS RESPONSE EXAMPLE
{
"Id":"66f295ae-f946-4f74-9ef4-21a0ca93febb",
"Name":"The Art of War",
"ISBN":"9788525426642",
"Author":"Sun Tzu",
"Deleted":false
}