An entity is a record in your Registration application. Use the /Entity.* calls to view, add, edit, or delete entities from your records. Use the entityType calls when working with the schema. These calls manipulate record information for a single record or a group of records. See the Security section for details on making calls with the proper authentication. See individual endpoints for call examples and different use cases.
- /entity.bulkCreate
- /entity.count
- /entity.create
- /entity.delete
- /entity.find
- /entity.replace
- /entity.update
- /entityType
- /entityType.addAttribute
- /entityType.addRule
- /entityType.create
- /entityType.getAccessSchema
- /entityType.list
- /entityType.removeAttribute
- /entityType.removeRule
- /entityType.rules
- /entityType.setAccessSchema
- /entityType.setAttributeConstraints
Endpoints
The Entity and entityType API uses the following syntax for endpoint URLs:
https://{app}.janraincapture.com/{endpoint}
To access you entity and entityType endpoints, replace {app} with the name of your Identity Cloud Capture domain, and replace {endpoint} with the appropriate endpoint name. For example:
https://educationcenter.us-dev.janraincapture.com/entityType/list
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
app | string | Yes | Name of the application domain. |