GET odata/ActCalendars
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ActCalendarName | Description | Type | Additional information |
---|---|---|---|
ActivityID | integer |
None. |
|
AuthorizationID | string |
Required String length: inclusive between 0 and 20 |
|
DateKeyType | string |
Required String length: inclusive between 0 and 50 |
|
DateKey | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
|
DailyActivityBy | string |
String length: inclusive between 0 and 50 |
|
AssignmentNumber | string |
String length: inclusive between 0 and 50 |
|
HoursWorked | decimal number |
None. |
|
ActDesc | string |
String length: inclusive between 0 and 255 |
|
Notes | string |
String length: inclusive between 0 and 255 |
|
CounselorNotes | string |
String length: inclusive between 0 and 255 |
|
CountryCode | string |
String length: inclusive between 0 and 50 |
|
IsSysAct | string |
Required String length: inclusive between 0 and 1 |
|
IsComplete | string |
Required String length: inclusive between 0 and 1 |
|
AddedBy | string |
String length: inclusive between 0 and 50 |
|
AddedOn | date |
None. |
|
ModifiedBy | string |
String length: inclusive between 0 and 50 |
|
ModifiedOn | date |
None. |
|
UpdateSeqNo | integer |
None. |
|
ID | integer |
None. |
|
Item | Object |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "ActivityID": 1, "AuthorizationID": "sample string 2", "DateKeyType": "sample string 3", "DateKey": 1, "StartDate": "2025-05-09T18:00:14.4728744+00:00", "EndDate": "2025-05-09T18:00:14.4728744+00:00", "DailyActivityBy": "sample string 5", "AssignmentNumber": "sample string 6", "HoursWorked": 1.0, "ActDesc": "sample string 7", "Notes": "sample string 8", "CounselorNotes": "sample string 9", "CountryCode": "sample string 10", "IsSysAct": "sample string 11", "IsComplete": "sample string 12", "AddedBy": "sample string 13", "AddedOn": "2025-05-09T18:00:14.4728744+00:00", "ModifiedBy": "sample string 15", "ModifiedOn": "2025-05-09T18:00:14.4728744+00:00", "UpdateSeqNo": 16, "ID": 17 } ]
application/xml, text/xml
Sample:
<ArrayOfActCalendar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <ActCalendar i:nil="true" /> <ActCalendar> <ActDesc>sample string 7</ActDesc> <ActivityID>1</ActivityID> <AddedBy>sample string 13</AddedBy> <AddedOn>2025-05-09T18:00:14.4728744+00:00</AddedOn> <AssignmentNumber>sample string 6</AssignmentNumber> <AuthorizationID>sample string 2</AuthorizationID> <CounselorNotes>sample string 9</CounselorNotes> <CountryCode>sample string 10</CountryCode> <DailyActivityBy>sample string 5</DailyActivityBy> <DateKey>1</DateKey> <DateKeyType>sample string 3</DateKeyType> <EndDate>2025-05-09T18:00:14.4728744+00:00</EndDate> <HoursWorked>1</HoursWorked> <ID>17</ID> <IsComplete>sample string 12</IsComplete> <IsSysAct>sample string 11</IsSysAct> <ModifiedBy>sample string 15</ModifiedBy> <ModifiedOn>2025-05-09T18:00:14.4728744+00:00</ModifiedOn> <Notes>sample string 8</Notes> <StartDate>2025-05-09T18:00:14.4728744+00:00</StartDate> <UpdateSeqNo>16</UpdateSeqNo> </ActCalendar> </ArrayOfActCalendar>