https://<Hostname>/AppServer/api/entity/Person/83b10e84-c64e-4f9f-9ecb-2d0d7c94e8ec
Response Code:
200
Response:
{}
https://<Hostname>/AppServer/api/entity/Person/83b10e84-c64e-4f9f-9ecb-2d0d7c94e8ec
200
{}
This URL can be used to call a method on an entity. The entity will be saved automatically if required.
To call a method on an entity, use the URL <baseURL>/api/entity/{table}/{uid}/method/{methodName}
HTTP method |
URI |
Body |
---|---|---|
Put |
<BaseURL>/api/entity/{table}/{uid}/method/{methodName} |
{ "parameters": [ "Parameter value"] } |
Parameter |
Description |
Parameter type |
Data type |
---|---|---|---|
table |
Table name (required) |
path |
string |
uid |
GUID of the entity (required) |
path |
string |
methodName |
Name of the method (required) |
path |
string |
parameters |
Parameter values |
body |
object[] |
parameters {
parameters (object, optional)
}
Run a customizer method on an entity.
https://<Hostname>/AppServer/api/entity/Person/7f6bcca9-05dc-4857-9dc5-eff915590752/method/ExecuteTemplates
204
Run a customizer method on an entity that takes some input parameters.
https://<Hostname>/AppServer/api/entity/Person/9ec76ebd-2024-4a10-a079-948414c8b2c0/method/DelegateElement
{
"parameters": [
"f79c30fd-87bb-4958-a812-0683ddcac7c9",
"<Key><T>HelperHeadPerson</T><P>d4943ffc-d453-4611-8365-4ba394558b15</P><P>9ec76ebd-2024-4a10-a079-948414c8b2c0</P></Key>",
"2016-05-31",
"2016-08-01",
true,
false,
"",
"Is on sick leave."
]
}
204
© 2025 One Identity LLC. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center