GET Meetings/{ga}/{date}
This will return a list of Meetings and Calendars for a given date
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ga | (Required) General Assembly number. Use the GA endpoint to get a list of supported GA numbers and the current one. |
Define this parameter in the request URI. |
| date | (Required) Calendar date the you want. The date is in the format of YYYY-MM-DD. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"OwnerID": "sample string 1",
"CommitteeName": "sample string 2",
"MeetingDate": "sample string 3",
"MeetingTime": "sample string 4",
"Location": "sample string 5",
"AgendaLink": "sample string 6",
"Calendars": [
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
},
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
},
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
}
]
},
{
"OwnerID": "sample string 1",
"CommitteeName": "sample string 2",
"MeetingDate": "sample string 3",
"MeetingTime": "sample string 4",
"Location": "sample string 5",
"AgendaLink": "sample string 6",
"Calendars": [
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
},
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
},
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
}
]
},
{
"OwnerID": "sample string 1",
"CommitteeName": "sample string 2",
"MeetingDate": "sample string 3",
"MeetingTime": "sample string 4",
"Location": "sample string 5",
"AgendaLink": "sample string 6",
"Calendars": [
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
},
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
},
{
"CalendarType": "sample string 1",
"CalendarItems": [
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
},
{
"ItemIndex": "sample string 1",
"BillName": "sample string 2"
}
]
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfMeetings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Meetings>
<OwnerID>sample string 1</OwnerID>
<CommitteeName>sample string 2</CommitteeName>
<MeetingDate>sample string 3</MeetingDate>
<MeetingTime>sample string 4</MeetingTime>
<Location>sample string 5</Location>
<AgendaLink>sample string 6</AgendaLink>
<Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
</Calendars>
</Meetings>
<Meetings>
<OwnerID>sample string 1</OwnerID>
<CommitteeName>sample string 2</CommitteeName>
<MeetingDate>sample string 3</MeetingDate>
<MeetingTime>sample string 4</MeetingTime>
<Location>sample string 5</Location>
<AgendaLink>sample string 6</AgendaLink>
<Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
</Calendars>
</Meetings>
<Meetings>
<OwnerID>sample string 1</OwnerID>
<CommitteeName>sample string 2</CommitteeName>
<MeetingDate>sample string 3</MeetingDate>
<MeetingTime>sample string 4</MeetingTime>
<Location>sample string 5</Location>
<AgendaLink>sample string 6</AgendaLink>
<Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
<Calendars>
<CalendarType>sample string 1</CalendarType>
<CalendarItems>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
<CalendarItem>
<ItemIndex>sample string 1</ItemIndex>
<BillName>sample string 2</BillName>
</CalendarItem>
</CalendarItems>
</Calendars>
</Calendars>
</Meetings>
</ArrayOfMeetings>