GET api/forms/category/{categoryId}/detail

Gets the details a form category.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryId

the Id of the category to get.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An Http response message with the folliwing status codes: 200 = success (always includes the requested category), 400 = bad request (the request is malformed or with invalid data), 404 = not found (this is returned when no category is found by using the provided id), 500 = something went wrong (the request was not processed)

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.