GET api/PlaceCategory/Get

Returns place categories, this methods supports OData

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "ParentID": 1,
    "RegionID": 2,
    "Active": true,
    "LanguageInfo": [
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      },
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      },
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      }
    ]
  },
  {
    "ID": 1,
    "ParentID": 1,
    "RegionID": 2,
    "Active": true,
    "LanguageInfo": [
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      },
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      },
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      }
    ]
  },
  {
    "ID": 1,
    "ParentID": 1,
    "RegionID": 2,
    "Active": true,
    "LanguageInfo": [
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      },
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      },
      {
        "CategoryID": 1,
        "LanguageID": 2,
        "Name": "sample string 3",
        "Keywords": "sample string 4"
      }
    ]
  }
]