Skip to main content

Get Projects by Organization Id

GET 

/organizations/:organizationId/projects

This operation allows to get a page of Project by organizationId

Request

Path Parameters

    organizationId uuidrequired

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization id

Query Parameters

    limit int32

    Limit of the page

    offset int32

    Offset of the page

Responses

ok

Response Headers

  • X-Total-Count

    integer

    total count of projects

  • X-Result-Count

    integer

    projects result count

Schema

    name stringrequired

    Possible values: Value must match regular expression \S

    project name

    organizationId uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    organization UUID associated to project

    installedOffer

    object

    installed offer associated to project

    code stringrequired

    Possible values: Value must match regular expression \S

    installed offer code

    name stringrequired

    Possible values: Value must match regular expression \S

    installed offer name

    id uuid

    Possible values: Value must match regular expression [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}

    project UUID

    banId int32

    ban id

Loading...