Read Project

Returns one project with its location, tags, media, and review requests.

GEThttps://review-manager.test/api/projects/{project}

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.

dataobjectrequired
data.idinteger
data.location_idinteger
data.user_idinteger
data.project_datestring<date-time>
data.customer_namestring
data.customer_emailstring
data.customer_phonestring
data.customer_addressstring
data.geolocationobject
data.titlestring
data.descriptionstring
data.customer_typestring
data.metaobject
data.created_atstring<date-time>
data.updated_atstring<date-time>
data.locationobject
data.tagsarray<object>
data.mediaarray<object>
data.review_requestsarray<object>

Returns one project with its location, tags, media, and review requests.