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": "2d6f554d-c0ac-45ce-8e07-cfd70c4a5fd9",
"EventIdentity": "683840a4-dcf9-4345-8c9c-b219476b1868",
"ResourceIdentity": "5b241cf4-65e4-4c4b-bbfb-fd0a3a26e482",
"ResourceTypeIdentity": "228f462c-6bba-4f91-bb70-b9f35e64e8c8",
"PermissionGroupIdentities": [
"ae4b89f5-7c14-4f9f-a3d1-711e2604319b",
"5f18da5e-5825-4705-b984-d9c04b549910"
],
"Approvers": {
"PermissionGroupIdentities": [
"88e8d1d0-d752-4e27-ad21-8ed5b76acfbc",
"8fe1be9c-8d3b-4a90-bdbf-80b0d0519e77"
],
"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-01-31T20:15:36.2442064+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-01-31T20:15:36.2442064+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.