application_read
Applications are the way to represent projects in nullplaform, they contain scopes, builds, releases and deployments.
Applications belongs to namespaces which belongs to accounts and organizations.
Listing applications
The first step to list applications it's understand what namespace are you looking for. To do that you can list the namespaces in your account Api Call:
Method: GET
Endpoint: /namespace?account_id=<account_id>
Also you can get all the account from your organization Api Call:
Method: GET
Endpoint: /account?organization_id=<organization_id>
Now you can list your applications: Api Call:
Method: GET
Endpoint: /application?namespace_id=<namespace_id>
Reading a specific application
To get details about a specific application: Api Call:
Method: GET
Endpoint: /application/:id