Get all projects for a specific organization
cURL
curl --request GET \ --url https://api.fluxend.app/projects \ --header 'Authorization: <authorization>'
{ "content": [ { "createdAt": "<string>", "createdBy": "<string>", "dbName": "<string>", "description": "<string>", "name": "<string>", "organizationUuid": "<string>", "status": "<string>", "updatedAt": "<string>", "updatedBy": "<string>", "uuid": "<string>" } ], "errors": [ "<string>" ], "metadata": "<any>", "success": true }
Bearer Token
Organization UUID
Page number for pagination
Number of items per page
Field to sort by
Sort order (asc or desc)
List of projects
The response is of type object.
object