123456789101112131415161718192021222324252627282930313233 |
- GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
- X-Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6IjE1MzgyMDc2MDUiLCJleHAiOjE1MzgyMDc2MzV9.Z5px_GT15TRKhJCTHhDt5Z6K6LRDSFnLj8U5ok9l7gw
- ===
- 200
- Content-Type: application/json
- Content-Length: 45
-
- {"id":"e42c77c6-06a4-4502-816c-d112c7142e6d"}
- ===
- GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
- ===
- 200
- Content-Type: application/json
- Content-Length: 45
-
- {"id":"e42c77c6-06a4-4502-816c-d112c7142e6d"}
- ===
- GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
- X-Authorization: Bearer invalid
- ===
- 403
- Content-Type: application/json
- Content-Length: 57
-
- {"code":1012,"message":"Authentication failed for 'JWT'"}
- ===
- GET /records/invisibles/e42c77c6-06a4-4502-816c-d112c7142e6d
- ===
- 404
- Content-Type: application/json
- Content-Length: 54
-
- {"code":1001,"message":"Table 'invisibles' not found"}
|