Get Checklist GET

Path:/pvds/get_checklist.json
HTTP Method:GET

Request Parameters

ParameterTypeIs Required?Example
idStringYes"GWT383595"

Response

ParameterTypeExampleNote
checklist_idInteger3checklist id
titleStringchecklist title
typeStringbooleanHas to be one of the following options:
boolean
text
image
imagesJSONchecklist image parameter info
answerStringtest
answered_atStringJan 12 2021 20:07:49
full_nameStringxx xxinstaller name
is_requiredStringtruethe checklist is required

Checklist Image parameter info

ParameterTypeNoteExample
idInteger
imageStringchecklist image url"https://xxx.com.au/xxx.png"
record_atString

Request Example

{
  "client_id": "23565656e63f33016ad7f4f338a6f70be78c136addbbb9c803d09756c6ee93f1",
  "signature": "2dc1b977b376a2fd26bf05c1f15da59b",
  "timestamp": "2019-08-02T10:31:50+11:00",
  "id": "GWT383595"
}

Response Example

[
  {
    "checklist_id": 3,
    "title": "Array frame is certified to AS1170.2 for installation location",
    "type": "boolean",
    "images": [],
    "answer": "true",
    "answered_at": "Jan 12 2021 20:07:49",
    "full_name": "xx xx",
    "is_required": "false"
  },
  {
    "checklist_id": 15,
    "title": "Picture of Roof before installation",
    "type": "image",
    "images": [
      {
        "id": "332072",
        "image": "https://xxx.com/greendeals3test/xxx.png",
        "record_at": "2020-11-10T19:52:15.418+11:00"
      }
    ],
    "answer": "",
    "answered_at": "Jan 12 2021 20:15:49",
    "full_name": "xx xx",
    "is_required": "true"
  },
  {
    "checklist_id": 406,
    "title": "test",
    "type": "text",
    "images": [],
    "answer": "test text",
    "answered_at": "Jan 12 2021 20:09:42",
    "full_name": "xx xx",
    "is_required": "true"
  }
]

By clicking "Accept All Cookies", you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Further information about our use of cookies and similar technologies can be found in our cookie policy .

Copyright ©2026, GreenDeal. All Rights Reserved