Retrieve the Libraries that use the specified Extension.
GET /extensions/:extension_id/libraries
curl https://reactor.adobe.io/extensions/:extension_id/libraries \
-H "Accept: application/vnd.api+json;revision=1" \
-H "Content-Type: application/vnd.api+json" \
-H "Authorization: Bearer [TOKEN]" \
-H "X-Api-Key: [KEY]" \
-H "X-Gw-Ims-Org-Id: [ORG_ID]" \
-X GET
{
"data": [
{
"id": "LB28b8c34387cf4bf6a1bb9e65a3058f6d",
"type": "libraries",
"attributes": {
"created_at": "2023-04-21T22:58:29.641Z",
"name": "My Library",
"published_at": null,
"state": "development",
"updated_at": "2023-04-21T22:58:29.662Z",
"created_by_email": "ciltaru@adobe.com",
"created_by_display_name": "George Ciltaru",
"updated_by_email": "ciltaru@adobe.com",
"updated_by_display_name": "George Ciltaru",
"build_required": true
},
"relationships": {
"builds": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/builds"
}
},
"environment": {
"links": {
"self": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/relationships/environment"
},
"data": null
},
"data_elements": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/data_elements",
"self": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/relationships/data_elements"
}
},
"extensions": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/extensions",
"self": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/relationships/extensions"
}
},
"notes": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/notes"
}
},
"rules": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/rules",
"self": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/relationships/rules"
}
},
"upstream_library": {
"data": null
},
"property": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/property"
},
"data": {
"id": "PRacfb8cb066f849fc8ea03e82b697408a",
"type": "properties"
}
},
"last_build": {
"links": {
"related": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d/last_build"
},
"data": null
}
},
"links": {
"property": "https://reactor.adobe.io/properties/PRacfb8cb066f849fc8ea03e82b697408a",
"self": "https://reactor.adobe.io/libraries/LB28b8c34387cf4bf6a1bb9e65a3058f6d"
},
"meta": {
"build_status": null,
"build_required_detail": "No build found since last state change"
}
}
],
"meta": {
"pagination": {
"current_page": 1,
"next_page": null,
"prev_page": null,
"total_pages": 1,
"total_count": 1
}
}
}