GET api/Dashboard/Event1stEntryPendingApproval/{org_id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
org_id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of list_event_1stentry_awaiting_approval_dc
NameDescriptionTypeAdditional information
Event1stEntryHFReviewId

integer

None.

EventId

integer

None.

OrganizationId

integer

None.

EventName

string

None.

SubmittedOn

date

None.

SubmittedBy

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Event1stEntryHFReviewId": 1,
    "EventId": 2,
    "OrganizationId": 3,
    "EventName": "sample string 4",
    "SubmittedOn": "2025-07-18T16:20:18.3213927+00:00",
    "SubmittedBy": 1
  },
  {
    "Event1stEntryHFReviewId": 1,
    "EventId": 2,
    "OrganizationId": 3,
    "EventName": "sample string 4",
    "SubmittedOn": "2025-07-18T16:20:18.3213927+00:00",
    "SubmittedBy": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOflist_event_1stentry_awaiting_approval_dc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplicationITTF1.Controllers">
  <list_event_1stentry_awaiting_approval_dc>
    <Event1stEntryHFReviewId>1</Event1stEntryHFReviewId>
    <EventId>2</EventId>
    <EventName>sample string 4</EventName>
    <OrganizationId>3</OrganizationId>
    <SubmittedBy>1</SubmittedBy>
    <SubmittedOn>2025-07-18T16:20:18.3213927+00:00</SubmittedOn>
  </list_event_1stentry_awaiting_approval_dc>
  <list_event_1stentry_awaiting_approval_dc>
    <Event1stEntryHFReviewId>1</Event1stEntryHFReviewId>
    <EventId>2</EventId>
    <EventName>sample string 4</EventName>
    <OrganizationId>3</OrganizationId>
    <SubmittedBy>1</SubmittedBy>
    <SubmittedOn>2025-07-18T16:20:18.3213927+00:00</SubmittedOn>
  </list_event_1stentry_awaiting_approval_dc>
</ArrayOflist_event_1stentry_awaiting_approval_dc>