GET api/ObjectJobs/GetJobState?objectID={objectID}&objectTypeName={objectTypeName}

Gets the state of the job for a particular object.

Request Information

Parameters

NameDescriptionAdditional information
objectID
Unique ID of the object whose recorded job state to retrieve. Required.

Define this parameter in the request URI.

objectTypeName
Name of the type known to SoNET whose object's job was registered. E.g.: MediaLibrarianCore.SliderItem or MediaLibrarianCore.SliderItem. Required.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string</string>