GET Setup/Service?IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&IncludeError={IncludeError}&Match={Match}&ServiceCode={ServiceCode}&ServiceName={ServiceName}

Get Services 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.

ServiceCode

Filter by ServiceCode

string

None.

ServiceName

Filter by ServiceName

string

None.

Body Parameters

None.

Response Information

Resource Description

List of ServiceDTOs

Collection of ServiceDTO
NameDescriptionTypeAdditional information
ServiceID

Service ID

integer

None.

ServiceCode

Service Code

string

None.

ServiceName

Service Name

string

None.

IsVirtualCareEnabled

Is Virtual Care Enabled

boolean

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Summary

Summary

string

None.