Skip to main content

Get Project

GET 

/organizations/:organizationId/projects/:id

This operation allows to get a Project by id

Request

Path Parameters

    id 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}

    project id

    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

Responses

ok

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...