GET modules/Ids?userIdentifiant={userIdentifiant}

Return Ids to the authenticated user.FREE

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userIdentifiant

the id of the user to get the serials of all his devices

integer

Default value is 0

Body Parameters

None.

Response Information

Resource Description

the modules

Collection of Flipr.Web.Api.Controllers.JsonWrappers.Ids
NameDescriptionTypeAdditional 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}]