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)
- :projectID «contains projectID that want to be looked for. It must be put in the URL, e.g: api/projects/groupdetail/1/4. To get available projectID, please visit Get Available Zones»
- :projectgroupID «contains projectgroupID that want to be looked for. It must be put in the URL, e.g: api/projects/groupdetail/1/4»
Required parameter (POST)
- deviceID
- token
Optional parameter
Example JSON Payload
{ "deviceID": "ABCD-EFGH-IJKL-MNOP", "token": "bb602ab13b8090268cd6e3bb9dfa39e2" }
Possible return HTTP status code
- 200
- 401
- 404
- 405
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 } }