Comments
APIs for programatic collaboration
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
map_idstringRequired
The ID of the map to export comments from.
Query parameters
formatstringOptional
The format to export the comments in: 'csv', 'json' (default), or 'geojson'
Responses
200
Comment export response
application/json
401
UnauthorizedError
application/json
403
UnauthorizedError
application/json
404
NotFoundError
application/json
422
Unprocessable Entity
application/json
429
Unprocessable Entity
application/json
500
InternalServerError
application/json
get
/api/v2/maps/{map_id}/comments/exportAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
map_idstringRequired
The ID of the map that contains the comment.
comment_idstringRequired
The ID of the comment to resolve.
Responses
200
Comment resolved response
application/json
401
UnauthorizedError
application/json
403
UnauthorizedError
application/json
404
NotFoundError
application/json
422
Unprocessable Entity
application/json
429
Unprocessable Entity
application/json
500
InternalServerError
application/json
post
/api/v2/maps/{map_id}/comments/{comment_id}/resolveAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
map_idstringRequired
The ID of the map that contains the comment.
comment_idstringRequired
The ID of the comment to delete.
Responses
204
No Content
401
UnauthorizedError
application/json
403
UnauthorizedError
application/json
404
NotFoundError
application/json
422
Unprocessable Entity
application/json
429
Unprocessable Entity
application/json
500
InternalServerError
application/json
delete
/api/v2/maps/{map_id}/comments/{comment_id}No content
Last updated
Was this helpful?