Superfy Platform API Documentation


Get Specific Group Detail API

Require Authentication

This API is used to get specific group within a zone for the company based on combination of deviceID and token.


URL

api/projects/groupdetail/:projectID/:projectgroupID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": {
    "projectgroupID": 1,
    "projectID": 1,
    "projectName": "TEst without icon in the kost",
    "groupName": "group 1",
    "createdDate": 1462715208,
    "updatedDate": 1462715208,
    "createdBy": 3,
    "updatedBy": 3,
    "companyID": 1,
    "total_projectpins": 10
  }
}