Resource URL
https://{MEDIACONTROLCENTRE_HOST}[:PORT]{endpoint}
Response formats | |
Requires authentication? | |
Required scope(s) | readUsersData } |
Parameters
{parameters}
Example REST request
https://{MEDIACONTROLCENTRE_HOST-FQDN}[:PORT]{endpoint}
Example Response
Returns success or an error response on failure.
Response on success
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Application>
<APIKey>snm***************m6d</APIKey>
<SecretAccessKey>AJ7O12BBK*****************HH4</SecretAccessKey>
<Name>Knowledgebase</Name>
<Created>2022-01-01T00:00:00Z</Created>
<Enabled>1</Enabled>
<RedirectURI></RedirectURI>
<Contact>knowledge@imagen.io</Contact>
<Website>knowledge.imagen.io</Website>
<Description></Description>
<Logo></Logo>
<DeveloperEmail>superadmin@imagenevp.com</DeveloperEmail>
<ApplicationType>installed</ApplicationType>
<DatabaseID>1</DatabaseID>
<Scopes>
<Scope>
<Name>databases</Name>
<Description>Access all databases</Description>
</Scope>
<Scope>
<Name>readUsersData</Name>
<Description>View records, media and collections</Description>
</Scope>
<Scope>
<Name>modifyUsersData</Name>
<Description>View and modify records, media and collections</Description>
</Scope>
<Scope>
<Name>manageJobs</Name>
<Description>Manage all jobs and workflows</Description>
</Scope>
<Scope>
<Name>impersonateUsers</Name>
<Description>Impersonate users without an OAuth access token</Description>
</Scope>
<Scope>
<Name>roles</Name>
<Description>Search for any user or group</Description>
</Scope>
<Scope>
<Name>createJobs</Name>
<Description>Create and manage workflow jobs</Description>
</Scope>
<Scope>
<Name>files</Name>
<Description>Can manage Imagen StorageService files</Description>
</Scope>
<Scope>
<Name>modifyRoles</Name>
<Description>Modify users and email users</Description>
</Scope>
</Scopes>
</Application>
</Response>