Custom fields
POST /api/orgkeep/acme/orgkeep/v4/createCustomFieldDefinitions
Content-Type: application/json
{
"code": "hr-system-id",
"entityDefinitionID": "1ac17b5c-13be-c79e-3cd0-d7389fe58455",
"isUnique": true,
"name": { "en": "HR System ID" },
"repositoryID": "12345678-2fe4-472f-af41-0c1b936247fa"
}Retrieving entities by custom field
GET /api/orgkeep/acme/orgkeep/v4/employees/100Last updated
Was this helpful?