Aller au contenu principal

Get All Projects used in synchronous communication

GET 

/projects

This operation allows to get all Projects

Responses

ok

Schema

  • Array [

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