POST Fundraising/Get_FNR_Project_Comments?Ticket={Ticket}&projectId={projectId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
|
| projectId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result_Get_FNR_Project_Comments| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
|
| draw | integer |
None. |
|
| recordsFiltered | integer |
None. |
|
| recordsTotal | integer |
None. |
|
| data | Collection of FNR_Project_CommentDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1",
"draw": 2,
"recordsFiltered": 3,
"recordsTotal": 4,
"data": [
{
"PROJECT_COMMENT_ID": 1,
"PROJECT_ID": 2,
"DONATION_ID": 1,
"USER_ID": 1,
"PERSON_NAME": "sample string 3",
"EMAIL": "sample string 4",
"COMMENT": "sample string 5",
"DATE": "sample string 6",
"IS_READ": true,
"IS_DELETED": true,
"IS_PUBLISHED": true
},
{
"PROJECT_COMMENT_ID": 1,
"PROJECT_ID": 2,
"DONATION_ID": 1,
"USER_ID": 1,
"PERSON_NAME": "sample string 3",
"EMAIL": "sample string 4",
"COMMENT": "sample string 5",
"DATE": "sample string 6",
"IS_READ": true,
"IS_DELETED": true,
"IS_PUBLISHED": true
}
]
}