POST api/GetCheckinsByFilter

Request Information

URI Parameters

None.

Body Parameters

CheckinsFilterModel
NameDescriptionTypeAdditional information
CAT_ID

integer

None.

MASTER_CATEGORY

string

None.

SUB_CATEGORIES

string

None.

COMMON_ISSUES

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CAT_ID": 1,
  "MASTER_CATEGORY": "sample string 2",
  "SUB_CATEGORIES": "sample string 3",
  "COMMON_ISSUES": "sample string 4"
}

application/xml, text/xml

Sample:
<CheckinsFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/School.Models.CheckinsFilterModel">
  <CAT_ID>1</CAT_ID>
  <COMMON_ISSUES>sample string 4</COMMON_ISSUES>
  <MASTER_CATEGORY>sample string 2</MASTER_CATEGORY>
  <SUB_CATEGORIES>sample string 3</SUB_CATEGORIES>
</CheckinsFilterModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of CheckinModel
NameDescriptionTypeAdditional information
CHECKIN_ID

integer

None.

CHECKIN_NM

string

None.

SCHOOL_ID

integer

None.

CHECKIN_CAT_ID

integer

None.

CHECKIN_CATEGORY_NM

string

None.

CHECKIN_SHORT_DESC

string

None.

CHECKIN_LONG_DESC

string

None.

START_DATE

date

None.

END_DATE

date

None.

DISPLAY_SEGMENTS_LABEL_FLG

byte

None.

IS_ACTIVE_FLG

byte

None.

IS_RECURRING_FLG

byte

None.

RECURRING_FREQUENCY

string

None.

IMG_URL

string

None.

GRP_ADMIN_USER_ID

integer

None.

IS_PARENT_PERMISSION_REQUIRED

byte

None.

IS_OPEN_SOURCE_FLG

byte

None.

IS_DEV_MILESTONE_CHEKCIN_FLG

byte

None.

AGE_GRP_FROM

integer

None.

AGE_GRP_TO

integer

None.

IS_ISAAC_FLG

byte

None.

ISAAC_CATEGORY

string

None.

MASTER_CATEGORY

string

None.

SUB_CATEGORIES

string

None.

COMMON_ISSUES

string

None.

SEGMENTS

Collection of Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CHECKIN_ID": 1,
    "CHECKIN_NM": "sample string 2",
    "SCHOOL_ID": 3,
    "CHECKIN_CAT_ID": 4,
    "CHECKIN_CATEGORY_NM": "sample string 5",
    "CHECKIN_SHORT_DESC": "sample string 6",
    "CHECKIN_LONG_DESC": "sample string 7",
    "START_DATE": "2026-01-09T13:56:29.5032988+00:00",
    "END_DATE": "2026-01-09T13:56:29.5032988+00:00",
    "DISPLAY_SEGMENTS_LABEL_FLG": 64,
    "IS_ACTIVE_FLG": 64,
    "IS_RECURRING_FLG": 64,
    "RECURRING_FREQUENCY": "sample string 13",
    "IMG_URL": "sample string 14",
    "GRP_ADMIN_USER_ID": 15,
    "IS_PARENT_PERMISSION_REQUIRED": 64,
    "IS_OPEN_SOURCE_FLG": 64,
    "IS_DEV_MILESTONE_CHEKCIN_FLG": 64,
    "AGE_GRP_FROM": 19,
    "AGE_GRP_TO": 20,
    "IS_ISAAC_FLG": 64,
    "ISAAC_CATEGORY": "sample string 22",
    "MASTER_CATEGORY": "sample string 23",
    "SUB_CATEGORIES": "sample string 24",
    "COMMON_ISSUES": "sample string 25",
    "SEGMENTS": null
  },
  {
    "CHECKIN_ID": 1,
    "CHECKIN_NM": "sample string 2",
    "SCHOOL_ID": 3,
    "CHECKIN_CAT_ID": 4,
    "CHECKIN_CATEGORY_NM": "sample string 5",
    "CHECKIN_SHORT_DESC": "sample string 6",
    "CHECKIN_LONG_DESC": "sample string 7",
    "START_DATE": "2026-01-09T13:56:29.5032988+00:00",
    "END_DATE": "2026-01-09T13:56:29.5032988+00:00",
    "DISPLAY_SEGMENTS_LABEL_FLG": 64,
    "IS_ACTIVE_FLG": 64,
    "IS_RECURRING_FLG": 64,
    "RECURRING_FREQUENCY": "sample string 13",
    "IMG_URL": "sample string 14",
    "GRP_ADMIN_USER_ID": 15,
    "IS_PARENT_PERMISSION_REQUIRED": 64,
    "IS_OPEN_SOURCE_FLG": 64,
    "IS_DEV_MILESTONE_CHEKCIN_FLG": 64,
    "AGE_GRP_FROM": 19,
    "AGE_GRP_TO": 20,
    "IS_ISAAC_FLG": 64,
    "ISAAC_CATEGORY": "sample string 22",
    "MASTER_CATEGORY": "sample string 23",
    "SUB_CATEGORIES": "sample string 24",
    "COMMON_ISSUES": "sample string 25",
    "SEGMENTS": null
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.