GET api/RoutePlaces/{cultureName}/{category}/{collection}?token={token}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
token

string

Required

cultureName

string

None.

category

string

None.

collection

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PlacesModels
NameDescriptionTypeAdditional information
PlacesId

string

None.

PlacesAddress

string

None.

PlacesDescription

string

None.

PlacesName

string

None.

PlacesType

string

None.

Status

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PlacesId": "sample string 1",
    "PlacesAddress": "sample string 2",
    "PlacesDescription": "sample string 3",
    "PlacesName": "sample string 4",
    "PlacesType": "sample string 5",
    "Status": "sample string 6"
  },
  {
    "PlacesId": "sample string 1",
    "PlacesAddress": "sample string 2",
    "PlacesDescription": "sample string 3",
    "PlacesName": "sample string 4",
    "PlacesType": "sample string 5",
    "Status": "sample string 6"
  }
]

text/xml

Sample:
<ArrayOfPlacesModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StenskivorAPP.Models">
  <PlacesModels>
    <PlacesAddress>sample string 2</PlacesAddress>
    <PlacesDescription>sample string 3</PlacesDescription>
    <PlacesId>sample string 1</PlacesId>
    <PlacesName>sample string 4</PlacesName>
    <PlacesType>sample string 5</PlacesType>
    <Status>sample string 6</Status>
  </PlacesModels>
  <PlacesModels>
    <PlacesAddress>sample string 2</PlacesAddress>
    <PlacesDescription>sample string 3</PlacesDescription>
    <PlacesId>sample string 1</PlacesId>
    <PlacesName>sample string 4</PlacesName>
    <PlacesType>sample string 5</PlacesType>
    <Status>sample string 6</Status>
  </PlacesModels>
</ArrayOfPlacesModels>