Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3091/v1/api/superadmin/annonces \ --header 'Authorization: Bearer <token>'
{ "totalPages": 123, "totalElements": 123, "first": true, "last": true, "size": 123, "content": [ { "id": 123, "departureCity": "<string>", "departureDate": "2023-12-25", "arrivalCity": "<string>", "arrivalDate": "2023-12-25", "pickupPoint": "<string>", "availableWeight": 123, "reservedWeight": 123, "additionalInfo": "<string>", "status": "<string>", "bookingDeadline": "2023-12-25", "user": { "id": 123, "pseudo": "<string>", "firstName": "<string>", "lastName": "<string>", "avatarUrl": "<string>", "rating": 123, "tripCount": 123, "isAgency": true }, "deliveryPoint": "<string>", "isActive": true, "pricePerKg": 123, "visibilityStatus": "<string>", "visibilityReason": "<string>", "lastVisibilityChange": "2023-11-07T05:31:56Z", "authorIsMe": true, "categories": [ { "code": "<string>", "name": "<string>" } ], "agencyId": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "number": 123, "sort": { "empty": true, "sorted": true, "unsorted": true }, "pageable": { "offset": 123, "sort": { "empty": true, "sorted": true, "unsorted": true }, "paged": true, "pageNumber": 123, "pageSize": 123, "unpaged": true }, "numberOfElements": 123, "empty": true }
JWT access token from POST /v1/api/auth/login
Listings retrieved
Show child attributes