Theme switcher

Site

A site is a physical location that contains one or more devices.

Site

createdAtstring

The timestamp of when the site was created

idid

The unique ID of the site

lastUpdatedAtstring

The timestamp of when the site was last updated

marketTypestring

Purpose / type of usage for the site.

Enum values:
AIRPORT_TRANSPORTATIONAMUSEMENT_RECREATIONCOMMERCIAL_OFFICEDATA_CENTERDORMITORYEDUCATION_HIGHER_EDEDUCATION_K12FOOD_SERVICEGOVT_PUBLIC_BUILDINGHEALTHCARE
... 9 other enums
namestring

Name of the site.

orgIdstring

ID of the organization that parents the site.

usersobject

Show child attributes

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 { "createdAt": null, "id": null, "lastUpdatedAt": null, "marketType": "AIRPORT_TRANSPORTATION", "name": null, "orgId": null, "users": { "edges": [ { "cursor": null, "node": { "email": null, "firstName": null, "id": null, "lastName": null, "roles": [ { "beginsAt": null, "expiresAt": null, "role": null } ] } } ], "pageInfo": { "endCursor": null, "hasNextPage": false, "hasPreviousPage": false, "startCursor": null } } }
Was this section helpful?

What made this section unhelpful for you?