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": "89bb3908-ca2a-4025-b581-a9e849761593",
"EventIdentity": "2401084c-98cc-4b66-9bc0-f601161a4f8a",
"ResourceIdentity": "0bdf3554-4c99-4028-85a2-e681c93134e3",
"ResourceTypeIdentity": "8ad82c98-420f-4899-a623-d460ed191da7",
"PermissionGroupIdentities": [
"a848fd5b-6fe2-4341-b3c8-70072b5af596",
"bc84f233-6cb5-4b1a-9b64-f49c543f6702"
],
"Approvers": {
"PermissionGroupIdentities": [
"35b81887-8618-4ae0-80e0-9a3595f94739",
"695650fa-5aab-4dc3-8366-7fb918701a99"
],
"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-16T17:37:39.7171914+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-16T17:37:39.7171914+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.