GET api/UserLocMatrix/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Tools_UserLocMatrix| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| UserID | integer |
None. |
|
| LocID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserID": 2,
"LocID": 3
}
application/xml, text/xml
Sample:
<Tools_UserLocMatrix xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ElabDataAccess"> <ID>1</ID> <LocID>3</LocID> <UserID>2</UserID> </Tools_UserLocMatrix>