Locations End Point

Published Data about Locations can be downloaded from the following end point:

https://app.smartsubmissions.io/api/published/locations

Fields

Locations may contain dynamic fields. See Fields.

Example

{
    "Fields": [
        {
            "Name": "Label",
            "Value": "Apollo Suite Floor 1 Building 2"
        },
        {
            "Name": "Label_Text",
            "Value": "Apollo Suite Floor 1 Building 2"
        },
        {
            "Name": "Id",
            "Value": 2009
        },
        {
            "Name": "Room",
            "Value": "Apollo Suite"
        },
        {
            "Name": "Floor",
            "Value": "Floor 1"
        },
        {
            "Name": "Building",
            "Value": "Building 2"
        }
    ],
    "Label": "Apollo Suite Floor 1 Building 2",
    "ProjectId": 2040,
    "Type": "Location",
    "Id": 2009
}