1. List Office Resources (api1/offices/resources)
This method will answer with a list of office resources. The collection will be in JSON format.
URL
| Server |
URL |
HTTP type |
| UAT |
https://api-ca-uat.iinsightonline.com/api1/offices/resources |
GET |
| PRODUCTION |
https://api-ca.iinsightonline.com/api1/offices/resources |
GET |
Authorization
| Parameter |
Value |
Mandatory |
| Type |
Bearer Token |
Yes |
| Token |
The token is generated using the /auth/login method |
Yes |
Query Params
| Parameter |
Value |
Mandatory |
| id |
An integer number (an internal IInsight office id). (i.e.: 1) |
Yes |
Response
[
{
"id": "2", // internal IInsight ID
"name": "Car"
},
{
"id": "3",
"name": "Conference Room"
},
]