POST https://www.activityinfo.org/resources/databases/{databaseId}/problems
application/json
| object |
| statusFilter |
string |
Values:
-
PROBLEM
-
The user has encountered a problem
-
RESOLVED
-
The user has successfully synced
|
optional |
| typeFilter |
array[string] |
Values:
-
SYNC
|
required |
application/json
| array[object] |
| id |
string |
|
required |
| formId |
string |
|
required |
| formLabel |
string |
|
required |
| userRef |
object |
|
optional |
| id |
string |
|
required |
| name |
string |
|
required |
| email |
string |
|
required |
| description |
string |
|
required |
| actionDescription |
string |
|
required |
| type |
string |
Values:
-
SYNC
|
required |
| status |
string |
Values:
-
PROBLEM
-
The user has encountered a problem
-
RESOLVED
-
The user has successfully synced
|
required |
| time |
float |
|
required |
| Status Code |
Error Code |
Description |
| 401 |
AUTHENTICATION_REQUIRED |
The request must be authenticated |
| 403 |
FORBIDDEN |
Permission denied |
| 404 |
NOT_FOUND |
The resource could not be found |
| 410 |
DELETED |
The resource has been deleted |