GET api/v1/VisitorRequests?VisitorRequestId={VisitorRequestId}
Returns a single VisitorRequestViewModel if the API token has rights to view it
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitorRequestId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
VisitorViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitorRequestId |
Represents the PK of an existing Visitor Request in BluSKY |
globally unique identifier |
None. |
| GuestPersonId |
Represents the PK of an existing Visitor Request Guest in BluSKY |
globally unique identifier |
None. |
| GuestFirstName |
Represents the Guest's first/given name. |
string |
None. |
| GuestLastName |
Represents the Guest's last name / surname. |
string |
None. |
| GuestEmail |
Represents the email address of the Guest |
string |
None. |
| GuestPhone |
Represents the phone number of the Guest |
string |
None. |
| GuestCompanyName |
Represents the name of the occupancy or vendor instance that the Guest belongs to |
string |
None. |
| GroupHashTag |
Represents the group name that the Guest may belong to (if provided) |
string |
None. |
| VisitationPattern |
Represents the visitation pattern that has been requested for the Guest |
string |
None. |
| Message |
Represents a supplemental message that will be viewable by Security/Reception when the Guest arrives |
string |
None. |
| VisitorTypeId |
Represents a supplemental message that will be viewable by Security/Reception when the Guest arrives |
globally unique identifier |
None. |
| HostPersonId |
Represents the PK of an existing Visitor Request Host in BluSKY |
globally unique identifier |
None. |
| HostFirstName |
Represents the Host's first/given name. |
string |
None. |
| HostLastName |
Represents the Host's last name / surname. |
string |
None. |
| HostEmail |
Represents the email address of the Host |
string |
None. |
| HostPhone |
Represents the phone number of the Host |
string |
None. |
| HostCompanyName |
Represents the name of the occupancy or vendor instance that the Host belongs to |
string |
None. |
| FacilityId |
Represents the PK of the facility that the Guest is expected at |
globally unique identifier |
None. |
| FacilityName |
Represents the name of the facility that the Guest is expected at |
string |
None. |
| ACSystemId |
Represents the PK of the Access Control System that the Host is located in |
globally unique identifier |
None. |
| ACSystemName |
Represents the name of the Access Control System that the Host is located in |
string |
None. |
| RequestedAccessLevel |
Represents an Access Level assignments requested by the Requestor for the Visitor |
AccessLevelViewModel |
None. |
| Deleted |
Represents whether the Visitor Request is deleted or not. |
boolean |
None. |
Response Formats
application/json, text/json
{
"VisitorRequestId": "3f467e1c-4210-4336-8bbb-b003e371fe6b",
"GuestPersonId": "6bde62c4-3a1b-46b4-9610-2cbc1cb1796a",
"GuestFirstName": "sample string 3",
"GuestLastName": "sample string 4",
"GuestEmail": "sample string 5",
"GuestPhone": "sample string 6",
"GuestCompanyName": "sample string 7",
"GroupHashTag": "sample string 8",
"VisitationPattern": "sample string 9",
"Message": "sample string 10",
"VisitorTypeId": "a338efa6-fce8-4174-986e-139e4ec6a13e",
"HostPersonId": "27ede0b3-f23b-4ce9-b213-808e16de37f7",
"HostFirstName": "sample string 13",
"HostLastName": "sample string 14",
"HostEmail": "sample string 15",
"HostPhone": "sample string 16",
"HostCompanyName": "sample string 17",
"FacilityId": "0dbc80b2-8e42-4f96-a6e5-ef223388690b",
"FacilityName": "sample string 18",
"ACSystemId": "df7039b4-6af6-405d-9bb7-725d3576fea5",
"ACSystemName": "sample string 19",
"RequestedAccessLevel": {
"AccessLevelId": 1,
"Name": "sample string 2",
"AccessLevelStartDate": "2026-05-11T20:27:37.6537132+00:00",
"AccessLevelEndDate": "2026-05-11T20:27:37.6537132+00:00",
"Deleted": true,
"ACSystemId": "7fbf94ac-67eb-482e-ba76-15a0bbffe32f",
"CompanyId": "bfc70813-4024-42da-bdad-f527d3930679",
"ApplyByDefault": true,
"AccessLevelTypeId": "27f0c824-55e6-4b03-a9c1-41216c4c1a92",
"FacilityId": "2fbe5c32-e430-424f-a794-abf175a01cad"
},
"Deleted": true
}
application/xml, text/xml
<VisitorViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIWebRole.Controllers">
<ACSystemId>df7039b4-6af6-405d-9bb7-725d3576fea5</ACSystemId>
<ACSystemName>sample string 19</ACSystemName>
<Deleted>true</Deleted>
<FacilityId>0dbc80b2-8e42-4f96-a6e5-ef223388690b</FacilityId>
<FacilityName>sample string 18</FacilityName>
<GroupHashTag>sample string 8</GroupHashTag>
<GuestCompanyName>sample string 7</GuestCompanyName>
<GuestEmail>sample string 5</GuestEmail>
<GuestFirstName>sample string 3</GuestFirstName>
<GuestLastName>sample string 4</GuestLastName>
<GuestPersonId>6bde62c4-3a1b-46b4-9610-2cbc1cb1796a</GuestPersonId>
<GuestPhone>sample string 6</GuestPhone>
<HostCompanyName>sample string 17</HostCompanyName>
<HostEmail>sample string 15</HostEmail>
<HostFirstName>sample string 13</HostFirstName>
<HostLastName>sample string 14</HostLastName>
<HostPersonId>27ede0b3-f23b-4ce9-b213-808e16de37f7</HostPersonId>
<HostPhone>sample string 16</HostPhone>
<Message>sample string 10</Message>
<RequestedAccessLevel>
<ACSystemId>7fbf94ac-67eb-482e-ba76-15a0bbffe32f</ACSystemId>
<AccessLevelEndDate>2026-05-11T20:27:37.6537132+00:00</AccessLevelEndDate>
<AccessLevelId>1</AccessLevelId>
<AccessLevelStartDate>2026-05-11T20:27:37.6537132+00:00</AccessLevelStartDate>
<ApplyByDefault>true</ApplyByDefault>
<CompanyId>bfc70813-4024-42da-bdad-f527d3930679</CompanyId>
<Deleted>true</Deleted>
<Name>sample string 2</Name>
</RequestedAccessLevel>
<VisitationPattern>sample string 9</VisitationPattern>
<VisitorRequestId>3f467e1c-4210-4336-8bbb-b003e371fe6b</VisitorRequestId>
<VisitorTypeId>a338efa6-fce8-4174-986e-139e4ec6a13e</VisitorTypeId>
</VisitorViewModel>