GET Events/ShiftCode

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

boolean

None.

IncludeInactive

boolean

None.

IncludeDeleted

boolean

None.

Match

MatchCriteriaStringType

None.

EventShiftCodeIDs

Collection of integer

None.

BusinessUnits

Collection of integer

None.

Code

string

None.

Description

string

None.

DefaultTimes

boolean

None.

DefaultStartTimeUtcMin

date

None.

DefaultStartTimeUtcMax

date

None.

DefaultStopTimeUtcMin

date

None.

DefaultStopTimeUtcMax

date

None.

StartTimeMin

time interval

None.

StartTimeMax

time interval

None.

StopTimeMin

time interval

None.

StopTimeMax

time interval

None.

Props

Collection of Object

None.

CreatedDateUtcMin

date

None.

CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

date

None.

MaxRows

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EventShiftCodeDTO
NameDescriptionTypeAdditional information
EventShiftCodeID

integer

None.

Code

string

None.

Description

string

None.

DefaultTimes

boolean

None.

DefaultStartTimeUtc

date

None.

DefaultStopTimeUtc

date

None.

BusinessUnits

Collection of EventShiftCodeBusinessUnitDTO

None.

StartTime

time interval

None.

StopTime

time interval

None.

SortOrder

integer

None.

Props

Collection of Object

None.

RecordState

RecordState

None.

Created

AuditDataDTO

None.

LastUpdated

AuditDataDTO

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "eventShiftCodeID": 1,
    "code": "sample string 2",
    "description": "sample string 3",
    "defaultTimes": true,
    "defaultStartTimeUtc": "2024-12-04T07:57:52.884876+00:00",
    "defaultStopTimeUtc": "2024-12-04T07:57:52.884876+00:00",
    "businessUnits": [
      {
        "buid": 1,
        "eventShiftCodesID": 2,
        "recordState": 1,
        "created": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "lastUpdated": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "businessUnitName": "sample string 3"
      },
      {
        "buid": 1,
        "eventShiftCodesID": 2,
        "recordState": 1,
        "created": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "lastUpdated": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "businessUnitName": "sample string 3"
      }
    ],
    "startTime": "00:00:00.1234567",
    "stopTime": "00:00:00.1234567",
    "sortOrder": 5,
    "recordState": 1,
    "created": {
      "dateUtc": "2024-12-04T07:57:52.884876+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T07:57:52.884876+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
    }
  },
  {
    "eventShiftCodeID": 1,
    "code": "sample string 2",
    "description": "sample string 3",
    "defaultTimes": true,
    "defaultStartTimeUtc": "2024-12-04T07:57:52.884876+00:00",
    "defaultStopTimeUtc": "2024-12-04T07:57:52.884876+00:00",
    "businessUnits": [
      {
        "buid": 1,
        "eventShiftCodesID": 2,
        "recordState": 1,
        "created": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "lastUpdated": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "businessUnitName": "sample string 3"
      },
      {
        "buid": 1,
        "eventShiftCodesID": 2,
        "recordState": 1,
        "created": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "lastUpdated": {
          "dateUtc": "2024-12-04T07:57:52.884876+00:00",
          "userName": "sample string 2",
          "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
        },
        "businessUnitName": "sample string 3"
      }
    ],
    "startTime": "00:00:00.1234567",
    "stopTime": "00:00:00.1234567",
    "sortOrder": 5,
    "recordState": 1,
    "created": {
      "dateUtc": "2024-12-04T07:57:52.884876+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
    },
    "lastUpdated": {
      "dateUtc": "2024-12-04T07:57:52.884876+00:00",
      "userName": "sample string 2",
      "summary": "sample string 2 on 12/4/2024 7:57:52 AM"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfEventShiftCodeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models">
  <EventShiftCodeDTO>
    <BusinessUnits>
      <EventShiftCodeBusinessUnitDTO>
        <BUID>1</BUID>
        <BusinessUnitName>sample string 3</BusinessUnitName>
        <Created>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <EventShiftCodesID>2</EventShiftCodesID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
      </EventShiftCodeBusinessUnitDTO>
      <EventShiftCodeBusinessUnitDTO>
        <BUID>1</BUID>
        <BusinessUnitName>sample string 3</BusinessUnitName>
        <Created>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <EventShiftCodesID>2</EventShiftCodesID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
      </EventShiftCodeBusinessUnitDTO>
    </BusinessUnits>
    <Code>sample string 2</Code>
    <Created>
      <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <DefaultStartTimeUtc>2024-12-04T07:57:52.884876+00:00</DefaultStartTimeUtc>
    <DefaultStopTimeUtc>2024-12-04T07:57:52.884876+00:00</DefaultStopTimeUtc>
    <DefaultTimes>true</DefaultTimes>
    <Description>sample string 3</Description>
    <EventShiftCodeID>1</EventShiftCodeID>
    <LastUpdated>
      <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <SortOrder>5</SortOrder>
    <StartTime>PT0.1234567S</StartTime>
    <StopTime>PT0.1234567S</StopTime>
  </EventShiftCodeDTO>
  <EventShiftCodeDTO>
    <BusinessUnits>
      <EventShiftCodeBusinessUnitDTO>
        <BUID>1</BUID>
        <BusinessUnitName>sample string 3</BusinessUnitName>
        <Created>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <EventShiftCodesID>2</EventShiftCodesID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
      </EventShiftCodeBusinessUnitDTO>
      <EventShiftCodeBusinessUnitDTO>
        <BUID>1</BUID>
        <BusinessUnitName>sample string 3</BusinessUnitName>
        <Created>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </Created>
        <EventShiftCodesID>2</EventShiftCodesID>
        <LastUpdated>
          <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
          <UserName>sample string 2</UserName>
        </LastUpdated>
        <RecordState>Active</RecordState>
      </EventShiftCodeBusinessUnitDTO>
    </BusinessUnits>
    <Code>sample string 2</Code>
    <Created>
      <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </Created>
    <DefaultStartTimeUtc>2024-12-04T07:57:52.884876+00:00</DefaultStartTimeUtc>
    <DefaultStopTimeUtc>2024-12-04T07:57:52.884876+00:00</DefaultStopTimeUtc>
    <DefaultTimes>true</DefaultTimes>
    <Description>sample string 3</Description>
    <EventShiftCodeID>1</EventShiftCodeID>
    <LastUpdated>
      <DateUtc>2024-12-04T07:57:52.884876+00:00</DateUtc>
      <UserName>sample string 2</UserName>
    </LastUpdated>
    <Props xmlns:d3p1="http://schemas.datacontract.org/2004/07/ProcuraGroup.Common" i:nil="true" />
    <RecordState>Active</RecordState>
    <SortOrder>5</SortOrder>
    <StartTime>PT0.1234567S</StartTime>
    <StopTime>PT0.1234567S</StopTime>
  </EventShiftCodeDTO>
</ArrayOfEventShiftCodeDTO>

application/x-compressed-json

Sample:
��T=O�0�+ѭ���$M�
��m'����`)�#�AB�����_�
*j��‡����w�޳}/O�7�{�~v����H�8�"
��
p�n*��J�B��J������_���sU����?�f^�X��r9��(�#��YV���8ϓ<��0V0;���VުuJ�s�<� ��V�^�g����C�X+���7�)��
H
�n�:�W�>l�k�Z؇},0:��$�t�m���C���F�6���ө��t{I����=Z��I:ͺ����j���-�p3DZ��05��2L����05aj._&�"p