GET api/UserLocMatrix

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Tools_UserLocMatrix
NameDescriptionTypeAdditional information
ID

integer

None.

UserID

integer

None.

LocID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "UserID": 2,
    "LocID": 3
  },
  {
    "ID": 1,
    "UserID": 2,
    "LocID": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfTools_UserLocMatrix xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ElabDataAccess">
  <Tools_UserLocMatrix>
    <ID>1</ID>
    <LocID>3</LocID>
    <UserID>2</UserID>
  </Tools_UserLocMatrix>
  <Tools_UserLocMatrix>
    <ID>1</ID>
    <LocID>3</LocID>
    <UserID>2</UserID>
  </Tools_UserLocMatrix>
</ArrayOfTools_UserLocMatrix>