GET Setup/RoleCategory

Get roleCategories from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
IncludeActive

Include records where RecordState == RecordState.Active

boolean

None.

IncludeInactive

Include records where RecordState == RecordState.Inactive

boolean

None.

IncludeDeleted

Include records where RecordState == RecordState.Deleted

boolean

None.

IncludeError

Include records where RecordState == RecordState.CreatedInError

boolean

None.

Match

When searching by string, include records based on match type

MatchCriteriaStringType

None.

CategoryIDs

Filter by CategoryIDs

Collection of integer

None.

BusinessUnits

Filter by BusinessUnits

Collection of integer

None.

CategoryName

Filter by CategoryName

string

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of RoleCategoryDTOs

Collection of RoleCategoryDTO
NameDescriptionTypeAdditional information
CategoryID

Category ID

integer

None.

CategoryName

Category Name

string

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.