Application resource data model
/Application (addon version 1.2.0+)
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/Application.html
Soffid allows you to add customized data to the groupApplication object. You can do that on metadata option:
It is allowed to consult all the Application definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.Application
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/Application/391459
Response 200 OK
{
"parent": "Operation/Business process",
"relativeName": "ad",
"database": "ad",
"bpmEnabled": true,
"meta": {
"location": "http://<your-domain>/webservice/scim2/v1/Application/391459",
"links": {
"children": "http://<your-domain>/webservice/scim2/v1/Application?filter=parent.name+eq+'Operation/Business process/ad'",
"roles": "http://<your-domain>/webservice/scim2/v1/Role?filter=informationSystemName+eq+'Operation/Business process/ad'"
},
"resourceType": "Application"
},
"schemas": [
"urn:soffid:com.soffid.iam.api.Application"
],
"name": "Operation/Business process/ad",
"description": "Active Directory",
"singleRole": false,
"attributes": {},
"id": 391459,
"type": "application"
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response