GET modules/ListPlaceModules?idPlace={idPlace}
Return Modules to the selected Place FREE
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idPlace |
the id of the place to get the serials of all the devices |
integer |
Default value is 0 |
Body Parameters
None.
Response Information
Resource Description
the modules
Collection of Flipr.Web.Api.Controllers.JsonWrappers.IdsName | Description | Type | Additional information |
---|---|---|---|
ownerid |
Gets or sets the serial number |
integer |
None. |
serial |
Gets or sets the serial number |
string |
None. |
activationKey |
Gets or sets the activation key |
string |
None. |
isFlipr |
Gets or sets the isFlipr Info |
boolean |
None. |
isStart |
Gets or sets the isStart info |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "ownerid": 1, "serial": "sample string 2", "activationKey": "sample string 3", "isFlipr": true, "isStart": true }, { "ownerid": 1, "serial": "sample string 2", "activationKey": "sample string 3", "isFlipr": true, "isStart": true } ]
text/html
Sample:
[{"ownerid":1,"serial":"sample string 2","activationKey":"sample string 3","isFlipr":true,"isStart":true},{"ownerid":1,"serial":"sample string 2","activationKey":"sample string 3","isFlipr":true,"isStart":true}]