Licence
API Calls for Licence Management
Path parameters
hidstringRequiredExample:
MobiusFlow Hub ID
{"value":"000001"}
Pattern: ^[0-9A-Fa-f]{6}$
Responses
200
Ok response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /api/v2/mobius/licence/{hid} HTTP/1.1
Host:
Accept: */*
{
"ts": "2022-12-21T10:25:54.585Z",
"uri": "000001",
"data": {
"licenceCode": "text",
"size": 1,
"used": 1,
"isActive": true,
"isValid": true,
"type": "text",
"objectCount": 1,
"isObjectBased": true,
"pointsPerObject": 1,
"useCustomPointsMap": true
}
}
Path parameters
hidstringRequiredExample:
MobiusFlow Hub ID
{"value":"000001"}
Pattern: ^[0-9A-Fa-f]{6}$
Body
Licence code data
licenceCodestringRequired
Licence code
Responses
200
Ok response
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
put
PUT /api/v2/mobius/licence/{hid} HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 153
{
"licenceCode": "c2480687816cf833-20e44db08a00df1c-62fff13ac04f16e4-9066e16d9b185417-9ef8fce8c3115e69-bd5f6186a806e4dd-256e3a2b53ee1b1d-9fd943dbd60a58b2"
}
{
"ts": "2022-12-21T10:25:54.585Z",
"uri": "000001",
"data": {
"licenceCode": "c2480687816cf833-20e44db08a00df1c-62fff13ac04f16e4-9066e16d9b185417-9ef8fce8c3115e69-bd5f6186a806e4dd-256e3a2b53ee1b1d-9fd943dbd60a58b2"
}
}
Last updated