Cloud Organization API, REST: Organization.Get
Returns the specified Organization resource.
To get the list of available Organization resources, make a List request.
HTTP request
GET https://organization-manager.api.cloud.yandex.net/organization-manager/v1/organizations/{organizationId}
Path parameters
Field |
Description |
organizationId |
string Required field. ID of the Organization resource to return. |
Response
HTTP Code: 200 - OK
{
"id": "string",
"createdAt": "string",
"name": "string",
"description": "string",
"title": "string",
"labels": "string"
}
An Organization resource. For more information, see Organization.
Field |
Description |
id |
string ID of the organization. |
createdAt |
string (date-time) Creation timestamp. String in RFC3339 To work with values in this field, use the APIs described in the |
name |
string Name of the organization. 3-63 characters long. |
description |
string Description of the organization. 0-256 characters long. |
title |
string Display name of the organization. 0-256 characters long. |
labels |
string Resource labels as |