GET api/IdMapping/{index}/{rows}/{field}/{order}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
index

string

None.

rows

string

None.

field

string

None.

order

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of WelfSrvc
NameDescriptionTypeAdditional information
ContactID

integer

None.

ServiceID

integer

None.

UsrFlexiGID

integer

None.

IsFellow

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ContactID": 1,
    "ServiceID": 1,
    "UsrFlexiGID": 1,
    "IsFellow": true
  },
  {
    "ContactID": 1,
    "ServiceID": 1,
    "UsrFlexiGID": 1,
    "IsFellow": true
  }
]

text/xml

Sample:
<ArrayOfWelfSrvc xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Models">
  <WelfSrvc>
    <ContactID>1</ContactID>
    <IsFellow>true</IsFellow>
    <ServiceID>1</ServiceID>
    <UsrFlexiGID>1</UsrFlexiGID>
  </WelfSrvc>
  <WelfSrvc>
    <ContactID>1</ContactID>
    <IsFellow>true</IsFellow>
    <ServiceID>1</ServiceID>
    <UsrFlexiGID>1</UsrFlexiGID>
  </WelfSrvc>
</ArrayOfWelfSrvc>