Skip to main content
List projects for an organization
curl --request GET \
  --url https://api.ionworks.com/projects
[
  {
    "name": "<string>",
    "id": "<string>",
    "organization_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "cell_spec_project_mappings": [
      {}
    ],
    "user_project_roles": [
      {
        "user_id": "<string>",
        "project_id": "<string>",
        "project_role_id": "<string>",
        "created_at": "2023-11-07T05:31:56Z",
        "updated_at": "2023-11-07T05:31:56Z",
        "project_roles": {
          "id": "<string>",
          "name": "<string>",
          "created_at": "2023-11-07T05:31:56Z",
          "updated_at": "2023-11-07T05:31:56Z",
          "project_role_permissions": [
            {}
          ]
        }
      }
    ]
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.ionworks.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Successful Response

name
string
required

The name of the project.

id
string
required

The unique identifier for the project.

organization_id
string
required

The ID of the organization this project belongs to.

created_at
string<date-time>
required

Timestamp of when the project was created.

updated_at
string<date-time>
required

Timestamp of when the project was last updated.

description
string | null

An optional description for the project.

cell_spec_project_mappings
Cell Spec Project Mappings · object[] | null

The cell specifications in the project.

user_project_roles
UserProjectRole · object[] | null

The user project roles in the project.