POST api/Notifications/{identity}/Reject
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| identity | string |
Required |
Body Parameters
NotificationReason| Name | Description | Type | Additional information |
|---|---|---|---|
| Note | string |
None. |
|
| Author | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Note": "sample string 1",
"Author": "sample string 2"
}
application/xml, text/xml
Sample:
<NotificationReason xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Scientia.Platform.API.Model"> <Author>sample string 2</Author> <Note>sample string 1</Note> </NotificationReason>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UserNotification| Name | Description | Type | Additional information |
|---|---|---|---|
| Identity | globally unique identifier |
None. |
|
| EventIdentity | globally unique identifier |
None. |
|
| ResourceIdentity | globally unique identifier |
None. |
|
| ResourceTypeIdentity | globally unique identifier |
None. |
|
| PermissionGroupIdentities | Collection of globally unique identifier |
None. |
|
| Approvers | Approvers |
None. |
|
| UserNotificationType | UserNotificationTypes |
None. |
|
| CreatedAt | date |
None. |
|
| ActionRequired | boolean |
None. |
|
| Description | string |
None. |
|
| OwnerName | string |
None. |
|
| OwnerEmailAddress | string |
None. |
|
| CreatedBy | string |
None. |
|
| ResourceName | string |
None. |
|
| ResourceTypeName | string |
None. |
|
| EventName | string |
None. |
|
| ActionedAt | date |
None. |
|
| ActionedBy | string |
None. |
|
| Notes | NotificationReason |
None. |
|
| Reference | string |
None. |
|
| IsPrimaryResourceChange | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Identity": "a49f4a8e-9855-41b5-babb-34972e2626c8",
"EventIdentity": "67dbdc8b-0ffb-4fe1-88fb-cbd2ecf04d6d",
"ResourceIdentity": "8640f01b-c780-48a3-958d-3b4cae74a6b3",
"ResourceTypeIdentity": "5667463a-066a-4497-bf8e-04b68a993c8c",
"PermissionGroupIdentities": [
"1d5b08fa-9ffe-40e1-a2fd-dce61502e368",
"13526c0a-c9ba-474a-b99c-1db367ee1346"
],
"Approvers": {
"PermissionGroupIdentities": [
"6ce328a7-96f9-454a-aaa0-5f5dcb253848",
"14fb5bd9-4d97-47fa-933d-aafd0b385f99"
],
"Claims": [
{
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
},
{
"ClaimType": "sample string 1",
"ClaimValue": "sample string 2",
"ClaimTypeLower": "sample string 1",
"ClaimValueLower": "sample string 2"
}
]
},
"UserNotificationType": 0,
"CreatedAt": "2026-06-13T10:32:22.4795325+00:00",
"ActionRequired": true,
"Description": "sample string 7",
"OwnerName": "sample string 8",
"OwnerEmailAddress": "sample string 9",
"CreatedBy": "sample string 10",
"ResourceName": "sample string 11",
"ResourceTypeName": "sample string 12",
"EventName": "sample string 13",
"ActionedAt": "2026-06-13T10:32:22.4795325+00:00",
"ActionedBy": "sample string 15",
"Notes": {
"Note": "sample string 1",
"Author": "sample string 2"
},
"Reference": "sample string 16",
"IsPrimaryResourceChange": true
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.