GET Events/Recurrence
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
IncludeActive | boolean |
None. |
|
IncludeInactive | boolean |
None. |
|
IncludeDeleted | boolean |
None. |
|
Match | MatchCriteriaStringType |
None. |
|
EventRecurrenceIDs | Collection of integer |
None. |
|
BusinessUnits | Collection of integer |
None. |
|
Name | string |
None. |
|
Status | EventRecurrenceStatus |
None. |
|
Props | Collection of Object |
None. |
|
StartDateUtcMin | date |
None. |
|
StartDateUtcMax | date |
None. |
|
StopDateUtcMin | date |
None. |
|
StopDateUtcMax | date |
None. |
|
AutoGeneratedUntilDateUtc | date |
None. |
|
AutoGeneratedUntilDateUtcMin | date |
None. |
|
AutoGeneratedUntilDateUtcMax | date |
None. |
|
RecordState | RecordState |
None. |
|
CreatedDateUtcMin | date |
None. |
|
CreatedDateUtcMax | date |
None. |
|
LastUpdatedDateUtcMin | date |
None. |
|
LastUpdatedDateUtcMax | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of EventRecurrenceDTOName | Description | Type | Additional information |
---|---|---|---|
EventRecurrenceID | integer |
None. |
|
BUID | integer |
None. |
|
Name | string |
None. |
|
Status | EventRecurrenceStatus |
None. |
|
Data | EventRecurrenceDataDTO |
None. |
|
StartDateUtc | date |
None. |
|
StopDateUtc | date |
None. |
|
AutoGeneratedUntilDateUtc | date |
None. |
|
RecordState | RecordState |
None. |
|
Created | AuditDataDTO |
None. |
|
LastUpdated | AuditDataDTO |
None. |
|
Summary | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "eventRecurrenceID": 1, "buid": 2, "name": "sample string 3", "status": 1, "data": { "type": 1, "interval": 1, "stopType": 1, "dayTimes": [ { "startDateUtc": "2024-12-04T07:45:33.9887285+00:00", "stopDateUtc": "2024-12-04T07:45:33.9887285+00:00", "minutes": 1 }, { "startDateUtc": "2024-12-04T07:45:33.9887285+00:00", "stopDateUtc": "2024-12-04T07:45:33.9887285+00:00", "minutes": 1 } ], "subType": 1, "interval2": 1, "interval3": 1, "stopInterval": 1, "daysOfWeek": [ 0, 0 ], "startDayOfWeek": 0, "dayOfTheMonthFromStartDate": true, "tzid": "sample string 3" }, "startDateUtc": "2024-12-04T07:45:33.9887285+00:00", "stopDateUtc": "2024-12-04T07:45:33.9887285+00:00", "autoGeneratedUntilDateUtc": "2024-12-04T07:45:33.9887285+00:00", "recordState": 1, "created": { "dateUtc": "2024-12-04T07:45:33.9887285+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:45:33.9887285+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:33 AM" }, "summary": "sample string 6" }, { "eventRecurrenceID": 1, "buid": 2, "name": "sample string 3", "status": 1, "data": { "type": 1, "interval": 1, "stopType": 1, "dayTimes": [ { "startDateUtc": "2024-12-04T07:45:33.9887285+00:00", "stopDateUtc": "2024-12-04T07:45:33.9887285+00:00", "minutes": 1 }, { "startDateUtc": "2024-12-04T07:45:33.9887285+00:00", "stopDateUtc": "2024-12-04T07:45:33.9887285+00:00", "minutes": 1 } ], "subType": 1, "interval2": 1, "interval3": 1, "stopInterval": 1, "daysOfWeek": [ 0, 0 ], "startDayOfWeek": 0, "dayOfTheMonthFromStartDate": true, "tzid": "sample string 3" }, "startDateUtc": "2024-12-04T07:45:33.9887285+00:00", "stopDateUtc": "2024-12-04T07:45:33.9887285+00:00", "autoGeneratedUntilDateUtc": "2024-12-04T07:45:33.9887285+00:00", "recordState": 1, "created": { "dateUtc": "2024-12-04T07:45:33.9887285+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:33 AM" }, "lastUpdated": { "dateUtc": "2024-12-04T07:45:33.9887285+00:00", "userName": "sample string 2", "summary": "sample string 2 on 12/4/2024 7:45:33 AM" }, "summary": "sample string 6" } ]
application/xml, text/xml
Sample:
<ArrayOfEventRecurrenceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProcuraGroup.Models"> <EventRecurrenceDTO> <AutoGeneratedUntilDateUtc>2024-12-04T07:45:33.9887285+00:00</AutoGeneratedUntilDateUtc> <BUID>2</BUID> <Created> <DateUtc>2024-12-04T07:45:33.9887285+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <Data> <DayOfTheMonthFromStartDate>true</DayOfTheMonthFromStartDate> <DayTimes> <EventDatesDTO> <Minutes>1</Minutes> <StartDateUtc>2024-12-04T07:45:33.9887285+00:00</StartDateUtc> <StopDateUtc>2024-12-04T07:45:33.9887285+00:00</StopDateUtc> </EventDatesDTO> <EventDatesDTO> <Minutes>1</Minutes> <StartDateUtc>2024-12-04T07:45:33.9887285+00:00</StartDateUtc> <StopDateUtc>2024-12-04T07:45:33.9887285+00:00</StopDateUtc> </EventDatesDTO> </DayTimes> <DaysOfWeek xmlns:d4p1="http://schemas.datacontract.org/2004/07/System"> <d4p1:DayOfWeek>Sunday</d4p1:DayOfWeek> <d4p1:DayOfWeek>Sunday</d4p1:DayOfWeek> </DaysOfWeek> <Interval>1</Interval> <Interval2>1</Interval2> <Interval3>1</Interval3> <StartDayOfWeek>Sunday</StartDayOfWeek> <StopInterval>1</StopInterval> <StopType>None</StopType> <SubType>Day</SubType> <TZID>sample string 3</TZID> <Type>Minutes</Type> </Data> <EventRecurrenceID>1</EventRecurrenceID> <LastUpdated> <DateUtc>2024-12-04T07:45:33.9887285+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <Name>sample string 3</Name> <RecordState>Active</RecordState> <StartDateUtc>2024-12-04T07:45:33.9887285+00:00</StartDateUtc> <Status>Incomplete</Status> <StopDateUtc>2024-12-04T07:45:33.9887285+00:00</StopDateUtc> <Summary>sample string 6</Summary> </EventRecurrenceDTO> <EventRecurrenceDTO> <AutoGeneratedUntilDateUtc>2024-12-04T07:45:33.9887285+00:00</AutoGeneratedUntilDateUtc> <BUID>2</BUID> <Created> <DateUtc>2024-12-04T07:45:33.9887285+00:00</DateUtc> <UserName>sample string 2</UserName> </Created> <Data> <DayOfTheMonthFromStartDate>true</DayOfTheMonthFromStartDate> <DayTimes> <EventDatesDTO> <Minutes>1</Minutes> <StartDateUtc>2024-12-04T07:45:33.9887285+00:00</StartDateUtc> <StopDateUtc>2024-12-04T07:45:33.9887285+00:00</StopDateUtc> </EventDatesDTO> <EventDatesDTO> <Minutes>1</Minutes> <StartDateUtc>2024-12-04T07:45:33.9887285+00:00</StartDateUtc> <StopDateUtc>2024-12-04T07:45:33.9887285+00:00</StopDateUtc> </EventDatesDTO> </DayTimes> <DaysOfWeek xmlns:d4p1="http://schemas.datacontract.org/2004/07/System"> <d4p1:DayOfWeek>Sunday</d4p1:DayOfWeek> <d4p1:DayOfWeek>Sunday</d4p1:DayOfWeek> </DaysOfWeek> <Interval>1</Interval> <Interval2>1</Interval2> <Interval3>1</Interval3> <StartDayOfWeek>Sunday</StartDayOfWeek> <StopInterval>1</StopInterval> <StopType>None</StopType> <SubType>Day</SubType> <TZID>sample string 3</TZID> <Type>Minutes</Type> </Data> <EventRecurrenceID>1</EventRecurrenceID> <LastUpdated> <DateUtc>2024-12-04T07:45:33.9887285+00:00</DateUtc> <UserName>sample string 2</UserName> </LastUpdated> <Name>sample string 3</Name> <RecordState>Active</RecordState> <StartDateUtc>2024-12-04T07:45:33.9887285+00:00</StartDateUtc> <Status>Incomplete</Status> <StopDateUtc>2024-12-04T07:45:33.9887285+00:00</StopDateUtc> <Summary>sample string 6</Summary> </EventRecurrenceDTO> </ArrayOfEventRecurrenceDTO>
application/x-compressed-json
Sample:
� �SAN�0�J�+.u��ߐ*P���zp�-�H��YW U_Ɓ'�� �p�B�G�;3�����5�(���h *�ѐ���I"8%J�@�d^f�U�S���� %��)N$J"����T!�̚C�E�/���4��ҖB�P"L1�����#�aO���`��� c�1�%���ʠ�7��3�7��1��)��i��8�U5Y�<Z�e3ڶ_���,�%���K]��D�6@ >����� =��`q �E%S�i�^C\��N�[c ��-\���@_�����e�\�z��+���n�u�;�w1v�e��i���v~���Ǡ�~��� ��λ�