GET api/Category/GetCategory/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Category
NameDescriptionTypeAdditional information
CategoryId

globally unique identifier

None.

CategoryName

string

None.

CreatedOn

date

None.

LastUpdatedOn

date

None.

Active

boolean

None.

AutoAudit_CreatedDate

date

None.

AutoAudit_CreatedBy

string

None.

AutoAudit_ModifiedDate

date

None.

AutoAudit_ModifiedBy

string

None.

AutoAudit_RowVersion

integer

None.

BaseLogo

string

None.

Ordering

integer

None.

Apps

Collection of App

None.

Plans

Collection of Plan

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected for property 'Category' with type 'APPSeConnect.Data.DataModels.Category'. Path 'Apps[0]'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected for property 'Category' with type 'APPSeConnect.Data.DataModels.Category'. Path 'Apps[0]'.