Campus information

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Sample code for campus and map set properties.

    "entity_version": 1,
        "id": 23641,
        "languages": [
            "en"
        ],
        "location": {
            "coordinates": [
                -117.20527,
                32.882205
            ],
            "type": "Point"
        },
        "map_version": 1,
        "obj_type": "CommunityMap",
        "properties": {
            "city": "San Diego",
            "com_type": "Business Campus",
            "country": "US",
            "default_lang": "en",
            "name": "ServiceNow - San Diego Campus",
            "postal code": "92121",
            "state": "CA",
            "street address": "4810 Eastgate Mall"
        }
    • The id is a unique id for this campus and is mapped to the database as the external campus id field in the campus table.

    • The entity_version and map_version are the versions of the map sets, helpful when a campus has multiple map sets.
    • The location contains WGS 84 coordinates providing the overall latitude and longitude of the campus.
      주:
      Latitude and Longitude are set at the Campus level only.
    • Other data provides the name and address of the campus and is used to create a location in the location table for the campus.