POST api/FrequencyOfExposure/GetAll

Request Information

URI Parameters

None.

Body Parameters

FrequencyOfExposureLister
NameDescriptionTypeAdditional information
FrequencyOfExposures

Collection of FrequencyOfExposure

None.

SearchCriteria

FrequencyOfExposure

None.

Pager

Pager

None.

Request Formats

application/json, text/json

Sample:
{
  "FrequencyOfExposures": [
    {
      "Id": 1,
      "Rank": 2.0,
      "Description": "sample string 3",
      "KeyNumber": 1,
      "IsHide": true,
      "CreatedBy": 5,
      "CreatedDate": "2025-08-29T20:27:48.4185452+00:00",
      "LastModifiedBy": 7,
      "LastModifiedDate": "2025-08-29T20:27:48.4185452+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:27:48.4185452+00:00",
      "ColumnName": "sample string 9",
      "SortDirection": "sample string 10"
    },
    {
      "Id": 1,
      "Rank": 2.0,
      "Description": "sample string 3",
      "KeyNumber": 1,
      "IsHide": true,
      "CreatedBy": 5,
      "CreatedDate": "2025-08-29T20:27:48.4185452+00:00",
      "LastModifiedBy": 7,
      "LastModifiedDate": "2025-08-29T20:27:48.4185452+00:00",
      "DeletedBy": 1,
      "DeletedDate": "2025-08-29T20:27:48.4185452+00:00",
      "ColumnName": "sample string 9",
      "SortDirection": "sample string 10"
    }
  ],
  "SearchCriteria": {
    "Id": 1,
    "Rank": 2.0,
    "Description": "sample string 3",
    "KeyNumber": 1,
    "IsHide": true,
    "CreatedBy": 5,
    "CreatedDate": "2025-08-29T20:27:48.4185452+00:00",
    "LastModifiedBy": 7,
    "LastModifiedDate": "2025-08-29T20:27:48.4185452+00:00",
    "DeletedBy": 1,
    "DeletedDate": "2025-08-29T20:27:48.4185452+00:00",
    "ColumnName": "sample string 9",
    "SortDirection": "sample string 10"
  },
  "Pager": {
    "PageSize": 1,
    "Take": 2,
    "Skip": 3,
    "CurrentPage": 4.0,
    "TotalPage": "sample string 5",
    "TotalRecord": 6.0
  }
}

application/xml, text/xml

Sample:
<FrequencyOfExposureLister xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSCWebAPI.Domain">
  <FrequencyOfExposures>
    <FrequencyOfExposure>
      <ColumnName>sample string 9</ColumnName>
      <CreatedBy>5</CreatedBy>
      <CreatedDate>2025-08-29T20:27:48.4185452+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:27:48.4185452+00:00</DeletedDate>
      <Description>sample string 3</Description>
      <Id>1</Id>
      <IsHide>true</IsHide>
      <KeyNumber>1</KeyNumber>
      <LastModifiedBy>7</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:27:48.4185452+00:00</LastModifiedDate>
      <Rank>2</Rank>
      <SortDirection>sample string 10</SortDirection>
    </FrequencyOfExposure>
    <FrequencyOfExposure>
      <ColumnName>sample string 9</ColumnName>
      <CreatedBy>5</CreatedBy>
      <CreatedDate>2025-08-29T20:27:48.4185452+00:00</CreatedDate>
      <DeletedBy>1</DeletedBy>
      <DeletedDate>2025-08-29T20:27:48.4185452+00:00</DeletedDate>
      <Description>sample string 3</Description>
      <Id>1</Id>
      <IsHide>true</IsHide>
      <KeyNumber>1</KeyNumber>
      <LastModifiedBy>7</LastModifiedBy>
      <LastModifiedDate>2025-08-29T20:27:48.4185452+00:00</LastModifiedDate>
      <Rank>2</Rank>
      <SortDirection>sample string 10</SortDirection>
    </FrequencyOfExposure>
  </FrequencyOfExposures>
  <Pager>
    <CurrentPage>4</CurrentPage>
    <PageSize>1</PageSize>
    <Skip>3</Skip>
    <Take>2</Take>
    <TotalPage>sample string 5</TotalPage>
    <TotalRecord>6</TotalRecord>
  </Pager>
  <SearchCriteria>
    <ColumnName>sample string 9</ColumnName>
    <CreatedBy>5</CreatedBy>
    <CreatedDate>2025-08-29T20:27:48.4185452+00:00</CreatedDate>
    <DeletedBy>1</DeletedBy>
    <DeletedDate>2025-08-29T20:27:48.4185452+00:00</DeletedDate>
    <Description>sample string 3</Description>
    <Id>1</Id>
    <IsHide>true</IsHide>
    <KeyNumber>1</KeyNumber>
    <LastModifiedBy>7</LastModifiedBy>
    <LastModifiedDate>2025-08-29T20:27:48.4185452+00:00</LastModifiedDate>
    <Rank>2</Rank>
    <SortDirection>sample string 10</SortDirection>
  </SearchCriteria>
</FrequencyOfExposureLister>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.