cURL
curl --request GET \ --url http://localhost:52000/api/v1/endpoints
{ "content": [ { "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "id": 123, "name": "<string>", "description": "<string>", "type": "<string>", "url": "<string>", "body": "<string>", "successCondition": "<string>", "httpMethod": "<string>", "httpHeaders": "<string>", "httpParameters": "<string>", "grpcServiceName": "<string>", "grpcMethodName": "<string>", "grpcStubPath": "<string>", "projectId": 123 } ], "page": { "size": 123, "number": 123, "totalElements": 123, "totalPages": 123 } }
Zero-based page index (0..N)
x >= 0
The size of the page to be returned
x >= 1
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
OK
Show child attributes