GET api/v1/CalendarDatas/{id}/CalendarDataSecurityRoleLinks
Gets links for given calendar data
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
Calendar data id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CalendarDataSecurityRoleLinkName | Description | Type | Additional information |
---|---|---|---|
CalendarData_ID |
Calendar data ID |
globally unique identifier |
None. |
SecurityRole_ID |
Security role ID |
globally unique identifier (nullable) |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CalendarData_ID": "8867aedf-e8c0-4924-85eb-ad29e44c1f7b", "SecurityRole_ID": "d206b604-01f8-4ded-acd3-5a60c622fb4c" }, { "CalendarData_ID": "8867aedf-e8c0-4924-85eb-ad29e44c1f7b", "SecurityRole_ID": "d206b604-01f8-4ded-acd3-5a60c622fb4c" } ]
application/xml, text/xml
Sample:
<ArrayOfCalendarDataSecurityRoleLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/iloq.manager.server.bus"> <CalendarDataSecurityRoleLink> <CalendarData_ID>8867aedf-e8c0-4924-85eb-ad29e44c1f7b</CalendarData_ID> <SecurityRole_ID>d206b604-01f8-4ded-acd3-5a60c622fb4c</SecurityRole_ID> </CalendarDataSecurityRoleLink> <CalendarDataSecurityRoleLink> <CalendarData_ID>8867aedf-e8c0-4924-85eb-ad29e44c1f7b</CalendarData_ID> <SecurityRole_ID>d206b604-01f8-4ded-acd3-5a60c622fb4c</SecurityRole_ID> </CalendarDataSecurityRoleLink> </ArrayOfCalendarDataSecurityRoleLink>