1. Knowledge Base
  2. Developers
  3. (Imagen Internal) Reference Endpoints

GET /licenceStatus/📰 WIP

Resource URL

https://{MEDIACONTROLCENTRE_HOST}[:PORT]/imcc/v1/licenceStatus

Response formats XML
Requires authentication? Yes
Required scope(s) Read user data

 

 

 

⚠️Caution: The user who created the application will only see history if they had access to the record/media at the time of the history log

Parameters

Arguments should be supplied as query parameters in the manner shown below


Example REST request

M.edia object id: 83

https://{MEDIACONTROLCENTRE_HOST-FQDN}[:PORT]/imcc/v1/history

Example Response

Returns success, or an error response on failure.


Response on success

{
   "totalActiveJobs":"",
"Jobs_0":[
{
    "ID":"695BB9A0-4D7A-489a-92A1-721536CE2584",
    "SchemaID":"3A2CF2CF-027A-43e7-9AD9-CAB4DD0FBC1D",
    "SchemaName":"Ingest Image",
    "UserID":"4",
    "UserEmail":"superadmin@imagenevp.com",
    "JobName":"Upload Job <83>",
    "TotalProgress":31.666667,
    "StartTime":"2022-04-08T10:46:58",
    "LastChangedTime":"2022-04-08T10:46:59",
    "State":5,
    "CurrentElement":"Image Converter",
    "Progress":0,
    "DescriptiveProgress":"Waiting for Resource",
    "RetryCount":0,
    "CanRetryNow":false}
]
}

Response on failure 

500

<?xml version="1.0" encoding="UTF-8"?>
<Error>
   <Message>Failed to search history.</Message>
   <Details></Details>
</Error>

 401

<?xml version="1.0" encoding="UTF-8"?>
<Error>
   <Message>Some authentication must be supplied.</Message>
</Error>