Get feedback status by reference ID
Important note
This Map Feedback API is unavailable on a Freemium or Pay As You Grow (PAYG) basis.
Purpose
This call returns the status of the feedback for a given reference ID.
How to request data
HTTP method: GET
- Constants and parameters enclosed in curly brackets { } must be replaced with their values.
- The generic URL format is as follows.
URL request format
https://{baseUrl}/maps/orbis/feedback/reference-id/{referenceId}/status?key={API-key}&apiVersion={version}
Response data
Response codes
HTTP Code | Message | Description | Sample response |
|---|
200
| OK | Feedback status retrieved successfully | "feedbackStatusInformation": { "feedbackId": "7049aa04-91bd-4ad3-8085-bd8bec318905", "status": "ISSUE_STATUS_IN_PROGRESS", "createdAt": "2025-06-06T12:07:41.114166", "updatedAt": "2025-06-06T12:14:48.189493"
|
|---|
403
| Forbidden | Access denied | "message": "You are not allowed to access this endpoint"
|
|---|
404
| Not found | Feedback not found | "errorText": "Feedback with feedback id=7049aa04-91bd-4ad3-8085-bd8bec318905 not found", "message": "Feedback with feedback id=7049aa04-91bd-4ad3-8085-bd8bec318905 not found"
|
|---|
500
| Internal Server Error | Internal server error | "errorText": "An unexpected error has occurred. Please try again later.", "code": "INTERNAL_SERVER_ERROR", "message": "An unexpected error has occurred. Please try again later."
|