Retrieve a list of goals

Retrieves all public and private goals across your organization with their current status and progress. Order first by status and then by name and due date. Please note, A goal's description will be delivered with escape characters for proper formatting in your database of choice.

Query Params
string
^[0-9]+$

The number of records to be returned in a single API Request.

string
^[0-9]+$

Used to paginate through a list of records. Can be combined with limit. Increment the value by one to fetch subsequent pages (1 for the second page, 2 for the third, etc.).

string

Order in which to return the records. Allowed Values: asc(FIELD_NAME), desc(FIELD_NAME).

string

Filter the returned goals by a specific name.

string
enum

Filters the returned goals by a specific transparency. Accepts public or private as options.

Allowed:

Filters the returned goals by a specific goal outlook. Accepts a single string value for name (case sensitive) or outlook ID.

Filters the returned goals by a specific goal category. Accepts a single string value for name (case sensitive) or category ID.

string
enum

Filters the returned goals by a specific goal status.

Allowed:
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json