Skip to main content
GET
/
library
/
v1
/
{libId}
/
categoryValueMappings
/
{mappingId}
/
targets
cURL
curl --request GET \
  --url https://aodocs.altirnao.com/api/library/v1/{libId}/categoryValueMappings/{mappingId}/targets \
  --header 'Authorization: Bearer <token>'
{
  "kind": "<string>",
  "targetValues": [
    {
      "ancestors": "<array>",
      "id": "<string>",
      "kind": "<string>",
      "leaf": true,
      "leafInNotOutdatedTree": true,
      "name": "<string>",
      "name_i18n": "<string>",
      "outdated": true,
      "parentId": "<string>",
      "shortName": "<string>",
      "value": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

libId
string
required

The ID of the library

mappingId
string
required

The ID of the category value mapping.

Query Parameters

sourceValueId
string
required

The ID of the source category value to look up mappings for.

securityCode
string

The security code

domain
string

The G Suite domain

Response

200 - application/json

A ApiCategoryValueMappingTargets response

kind
string

The resource kind

targetValues
object[]

Target category values mapped to the requested source value