CustomObject resource data model
/CustomObject
Dictionary table
The diagram service model of the object: http://www.soffid.org/doc/console/2.9.0/uml/com/soffid/iam/api/CustomObject.html
It is allowed to consult all the CustomObject definition using the Schema query:
GET http://<your-domain>/webservice/scim2/v1/Schemas/urn:soffid:com.soffid.iam.api.CustomObject
Full JSON example
Request
GET http://<your-domain>/webservice/scim2/v1/CustomObject/1510208
Response 200 OK
{
"meta": {
"location": "http://<your-server>/webservice/scim2/v1/CustomObject/1510208",
"resourceType": "CustomObject"
},
"schemas": [
"urn:soffid:com.soffid.iam.api.CustomObject"
],
"name": "ES",
"description": "Spain",
"attributes": {
"language": "English"
},
"id": 1510208,
"type": "country"
}
Response Error
For more infomation about response error visit https://bookstack.soffid.com/link/116#bkmrk-error-response