Read Project
Returns one project with its location, tags, media, and review requests.
GET
Returns one project with location, tags, media, and review requests.
Loading code example
Loading code example
Authorizations
Authorizationstringheaderrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
projectintegerrequired
Project id.
Response
application/json
Project details.
dataobjectrequireddata.idintegerdata.location_idintegerdata.user_idintegerdata.project_datestring<date-time>data.customer_namestringdata.customer_emailstringdata.customer_phonestringdata.customer_addressstringdata.geolocationobjectdata.titlestringdata.descriptionstringdata.customer_typestringdata.metaobjectdata.created_atstring<date-time>data.updated_atstring<date-time>data.locationobjectdata.tagsarray<object>data.mediaarray<object>data.review_requestsarray<object>Returns one project with its location, tags, media, and review requests.