GET api/ValueAddedService/GetValueAddedServicesPaginated?skip={skip}&take={take}&field={field}&reverse={reverse}&NameFilter={NameFilter}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
skip

integer

Default value is -1

take

integer

Default value is -1

field

string

Default value is Name

reverse

boolean

Default value is False

NameFilter

string

Default value is

Body Parameters

None.

Response Information

Resource Description

PaginationOfValueAddedServiceItem
NameDescriptionTypeAdditional information
IsAllSuccess

boolean

None.

Items

Collection of ValueAddedServiceItem

None.

UnPaginatedItems

Collection of ValueAddedServiceItem

None.

FullCount

integer

None.

Skip

integer

None.

Take

integer

None.

Properties

Dictionary of string [key] and string [value]

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 'ValueAddedServices' with type 'ConsoleAPI.Internal.Models.ValueAddedServices.ValueAddedServiceItem'. Path 'Items[0].DefaultVASBillingStructure'.

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 'ValueAddedServices' with type 'ConsoleAPI.Internal.Models.ValueAddedServices.ValueAddedServiceItem'. Path 'Items[0].DefaultVASBillingStructure'.

application/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'ConsoleAPI.Internal.Models.ValueAddedServices.VASBillingStructure' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'ConsoleAPI.Internal.Models.ValueAddedServices.VASBillingStructure' contains cycles and cannot be serialized if reference tracking is disabled.