GET api/Event1stEntryReview_byEvent/{EventId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
EventId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Event1stEntryReviewInformation_dcName | Description | Type | Additional information |
---|---|---|---|
Event1stEntryHFReviewId | integer |
None. |
|
EventId | integer |
None. |
|
OrganizationId | integer |
None. |
|
Status | string |
None. |
|
ReviewedDateTime | date |
None. |
|
CreatedDateTime | date |
None. |
|
SubmittedOn | date |
None. |
|
SubmittedBy | integer |
None. |
|
ReviewedBy | integer |
None. |
|
RejectedComment | string |
None. |
|
Deleted | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Event1stEntryHFReviewId": 1, "EventId": 1, "OrganizationId": 2, "Status": "sample string 3", "ReviewedDateTime": "2025-07-18T15:51:56.2783367+00:00", "CreatedDateTime": "2025-07-18T15:51:56.2783367+00:00", "SubmittedOn": "2025-07-18T15:51:56.2783367+00:00", "SubmittedBy": 1, "ReviewedBy": 1, "RejectedComment": "sample string 5", "Deleted": 1 }, { "Event1stEntryHFReviewId": 1, "EventId": 1, "OrganizationId": 2, "Status": "sample string 3", "ReviewedDateTime": "2025-07-18T15:51:56.2783367+00:00", "CreatedDateTime": "2025-07-18T15:51:56.2783367+00:00", "SubmittedOn": "2025-07-18T15:51:56.2783367+00:00", "SubmittedBy": 1, "ReviewedBy": 1, "RejectedComment": "sample string 5", "Deleted": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfEvent1stEntryReviewInformation_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers"> <Event1stEntryReviewInformation_dc> <CreatedDateTime>2025-07-18T15:51:56.2783367+00:00</CreatedDateTime> <Deleted>1</Deleted> <Event1stEntryHFReviewId>1</Event1stEntryHFReviewId> <EventId>1</EventId> <OrganizationId>2</OrganizationId> <RejectedComment>sample string 5</RejectedComment> <ReviewedBy>1</ReviewedBy> <ReviewedDateTime>2025-07-18T15:51:56.2783367+00:00</ReviewedDateTime> <Status>sample string 3</Status> <SubmittedBy>1</SubmittedBy> <SubmittedOn>2025-07-18T15:51:56.2783367+00:00</SubmittedOn> </Event1stEntryReviewInformation_dc> <Event1stEntryReviewInformation_dc> <CreatedDateTime>2025-07-18T15:51:56.2783367+00:00</CreatedDateTime> <Deleted>1</Deleted> <Event1stEntryHFReviewId>1</Event1stEntryHFReviewId> <EventId>1</EventId> <OrganizationId>2</OrganizationId> <RejectedComment>sample string 5</RejectedComment> <ReviewedBy>1</ReviewedBy> <ReviewedDateTime>2025-07-18T15:51:56.2783367+00:00</ReviewedDateTime> <Status>sample string 3</Status> <SubmittedBy>1</SubmittedBy> <SubmittedOn>2025-07-18T15:51:56.2783367+00:00</SubmittedOn> </Event1stEntryReviewInformation_dc> </ArrayOfEvent1stEntryReviewInformation_dc>