GET api/admin/masters/AllIdentification

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of utblMstIdentification
NameDescriptionTypeAdditional information
IdentificationID

integer

None.

IdentificationType

string

Required

Response Formats

application/json, text/json

Sample:
[
  {
    "IdentificationID": 1,
    "IdentificationType": "sample string 2"
  },
  {
    "IdentificationID": 1,
    "IdentificationType": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfutblMstIdentification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FireNOC.Entities.Models">
  <utblMstIdentification>
    <IdentificationID>1</IdentificationID>
    <IdentificationType>sample string 2</IdentificationType>
  </utblMstIdentification>
  <utblMstIdentification>
    <IdentificationID>1</IdentificationID>
    <IdentificationType>sample string 2</IdentificationType>
  </utblMstIdentification>
</ArrayOfutblMstIdentification>