GET api/attributecategories/{id}

Get a AttributeCategory by id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the AttributeCategory in the Hobsons database.

integer

Required

Body Parameters

None.

Response Information

Resource Description

AttributeCategoryDto
NameDescriptionTypeAdditional information
Id

The primary key of the record in the Hobsons database.

integer

None.

Name

Name of the AttributeCategory.

string

None.

DomainCode

DomainCode of the AttributeCategory.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "DomainCode": 3
}