GET Categories?category={category}

Get a url friendly category using a category name

Request Information

Parameters

NameDescriptionAdditional information
category
This parameter must be one of the category received from /categories API

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Name": "sample string 2",
  "NameFriendly": "sample string 3",
  "Type": 4
}

application/xml, text/xml

Sample:
<urlfriendly xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Softlifecell.ClassifiedsForFreeApi.Models">
  <ID>1</ID>
  <Name>sample string 2</Name>
  <NameFriendly>sample string 3</NameFriendly>
  <Type>4</Type>
</urlfriendly>