Download OpenAPI specification:Download
This operation provides support for retrieving all the Content Fragments.
When the request is authenticated, it will return the Content Fragments accessible to the current user, determined via the applied request authorization. This second set might be a superset of the one retrieved via an unauthenticated request.
By default this call will return a maximum of 50 items.
The caller can define other limits suited to their application (see the limit
query
parameter), but the limit cannot be higher than 50. To ask for the next set of items
pass the value of the cursor
provided in the response to the cursor
query parameter.
A response containing a potentially paginated list of content fragments.
Bad Request. The Problem Details object will provide more information about the exact cause.
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "items": [
- {
- "id": "49af775d-0e7a-46c3-913d-00f762528373",
- "path": "string",
- "name": "string",
- "title": "string",
- "description": "string",
- "model": {
- "id": "L2NvbmYvZ2xvYmFsL3NldHRpbmdzL2RhbS9jZm0vbW9kZWxzL2Etc2ltcGxlLWNmbQ"
}, - "fields": {
- "property1": "string",
- "property2": "string"
}
}
], - "cursor": "string"
}
If-None-Match | string The For more details, please head over to RFC9110. |
OK
Not Modified
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "id": "6d980e6a-c9e7-444b-af43-5503c46a061c",
- "path": "/content/dam/wknd-shared/en/contributors/ian-provo",
- "name": "ian-provo",
- "title": "Ian Provo",
- "description": "Watersports enthusiast and influencer.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYXV0aG9y"
}, - "fields": {
- "firstName": "Ian",
- "lastName": "Provo",
- "profilePicture": "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62",
- "birthDay": "1988-09-26T14:09:00-07:00",
- "biography": {
- "value": "<p>Biography</p>",
- "mimeType": "text/html"
}, - "occupations": [
- "Influencer",
- "Photographer"
], - "location": "046fc548-49e5-4ab7-82d8-3ff8b1ea679d",
- "addresses": [
- "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c",
- "679df962-6c16-4337-9cbd-1384f07eb9a7"
]
}, - "referencesTree": [ ],
- "references": [ ]
}
This operation allows retrieving the model details of a Content Fragment.
This operation is an alias for /fragmentModels/{modelId}
.
If-None-Match | string The For more details, please head over to RFC9110. |
OK
Not Modified
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWR2ZW50dXJl",
- "path": "/conf/wknd-shared/settings/dam/cfm/models/adventure",
- "name": "adventure",
- "title": "Adventure",
- "description": "An adventure that can be booked by users.",
- "tags": [
- {
- "id": "wknd-shared:season/summer",
- "title": "Summer",
- "i18n": [ ],
- "titlePath": "WKND Shared : Season / Summer",
- "name": "summer",
- "path": "/content/cq:tags/wknd-shared/season/summer",
- "description": ""
}, - {
- "id": "wknd-shared:season/spring",
- "title": "Spring",
- "i18n": [ ],
- "titlePath": "WKND Shared : Season / Spring",
- "name": "spring",
- "path": "/content/cq:tags/wknd-shared/season/spring",
- "description": ""
}
]
}
This operation provides support for retrieving all the Content Fragment Models.
When the request is authenticated, it will return the Content Fragment Models accessible to the current user, determined via the applied request authorization. This second set might be a superset of the one retrieved via an unauthenticated request.
By default this call will return a maximum of 50 items.
The caller can define other limits suited to their application (see the limit
query
parameter), but the limit cannot be higher than 50. To ask for the next set of items
pass the value of the cursor
provided in the response to the cursor
query parameter.
A list of Content Fragment Models was successfully returned.
Bad Request. The Problem Details object will provide more information about the exact cause.
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "items": [
- {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWR2ZW50dXJl",
- "path": "/conf/wknd-shared/settings/dam/cfm/models/adventure",
- "name": "adventure",
- "title": "Adventure",
- "description": "An adventure that can be booked by users.",
- "tags": [
- {
- "id": "wknd-shared:season/summer",
- "title": "Summer",
- "i18n": [ ],
- "titlePath": "WKND Shared : Season / Summer",
- "name": "summer",
- "path": "/content/cq:tags/wknd-shared/season/summer",
- "description": ""
}, - {
- "id": "wknd-shared:season/spring",
- "title": "Spring",
- "i18n": [ ],
- "titlePath": "WKND Shared : Season / Spring",
- "name": "spring",
- "path": "/content/cq:tags/wknd-shared/season/spring",
- "description": ""
}
]
}
], - "cursor": "string"
}
If-None-Match | string The For more details, please head over to RFC9110. |
OK
Not Modified
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWR2ZW50dXJl",
- "path": "/conf/wknd-shared/settings/dam/cfm/models/adventure",
- "name": "adventure",
- "title": "Adventure",
- "description": "An adventure that can be booked by users.",
- "tags": [
- {
- "id": "wknd-shared:season/summer",
- "title": "Summer",
- "i18n": [ ],
- "titlePath": "WKND Shared : Season / Summer",
- "name": "summer",
- "path": "/content/cq:tags/wknd-shared/season/summer",
- "description": ""
}, - {
- "id": "wknd-shared:season/spring",
- "title": "Spring",
- "i18n": [ ],
- "titlePath": "WKND Shared : Season / Spring",
- "name": "spring",
- "path": "/content/cq:tags/wknd-shared/season/spring",
- "description": ""
}
]
}
The JSON schema can be used to describe and validate the fields of a Content Fragment based on a specific Content Fragment Model.
If-None-Match | string The For more details, please head over to RFC9110. |
OK
Not Modified
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "$id": "/adobe/sites/cf/models/L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWR2ZW50dXJl",
- "title": "Adventure",
- "description": "An adventure product",
- "type": "object",
- "properties": {
- "title": {
- "description": "Title",
- "type": "text"
}, - "slug": {
- "description": "A short path to uniquely identify the Adventure. Can be used for pathing in client applications.",
- "type": "text"
}, - "description": {
- "description": "An overview of the trip.",
- "type": "object",
- "properties": {
- "mimeType": {
- "description": "Mime Type",
- "type": "text"
}, - "value": {
- "description": "Value",
- "type": "text"
}
}
}, - "adventureType": {
- "description": "Adventure Type",
- "type": "array",
- "items": {
- "type": "text"
}
}, - "tripLength": {
- "description": "Trip Length",
- "type": "text"
}, - "groupSize": {
- "description": "Group size",
- "type": "integer"
}, - "price": {
- "description": "Price of the Adventure",
- "type": "number"
}, - "primaryImage": {
- "description": "Primary Image",
- "type": "string"
}
}
}
This operation provides support for retrieving all the Content Fragments accessible to the current user, determined via the applied request authorization. By default this call will return a maximum of 50 items.
The caller can define other limits suited to their application (see the limit
query
parameter), but the limit cannot be higher than 50. To ask for the next set of items
pass the value of the cursor
provided in the response to the cursor
query parameter.
A response containing a potentially paginated list of content fragments.
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "items": [
- {
- "id": "49af775d-0e7a-46c3-913d-00f762528373",
- "path": "string",
- "name": "string",
- "title": "string",
- "description": "string",
- "model": {
- "id": "L2NvbmYvZ2xvYmFsL3NldHRpbmdzL2RhbS9jZm0vbW9kZWxzL2Etc2ltcGxlLWNmbQ"
}, - "fields": {
- "property1": "string",
- "property2": "string"
}
}
], - "cursor": "string"
}
This operation provides support for retrieving all the Variations of a Content Fragment. By default this call will return a maximum of 50 items.
The caller can define other limits suited to their application (see the limit
query parameter),
but the limit cannot be higher than 50. To ask for the next set of items pass the value of the cursor
provided in the response to the cursor
query parameter.
A response containing a potentially paginated list of content fragments variations.
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "items": [
- {
- "name": "string",
- "title": "string",
- "description": "string",
- "model": {
- "id": "L2NvbmYvZ2xvYmFsL3NldHRpbmdzL2RhbS9jZm0vbW9kZWxzL2Etc2ltcGxlLWNmbQ"
}, - "fields": {
- "property1": "string",
- "property2": "string"
}
}
], - "cursor": "string"
}
If-None-Match | string The For more details, please head over to RFC9110. |
OK
Not Modified
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "name": "mobile-variation",
- "title": "Ian Provo Mobile",
- "description": "Watersports enthusiast and influencer - Mobile.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYXV0aG9y"
}, - "fields": {
- "firstName": "Ian",
- "lastName": "Provo",
- "profilePicture": "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62",
- "birthDay": "1988-09-26T14:09:00-07:00",
- "biography": {
- "value": "<p>Mobile Biography</p>",
- "mimeType": "text/html"
}, - "occupations": [
- "Influencer",
- "Photographer"
], - "location": "046fc548-49e5-4ab7-82d8-3ff8b1ea679d",
- "addresses": [
- "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c",
- "679df962-6c16-4337-9cbd-1384f07eb9a7"
]
}, - "referencesTree": [ ],
- "references": [ ]
}
If-None-Match | string The For more details, please head over to RFC9110. |
OK
Not Modified
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "referencesTree": [
- {
- "fieldName": "profilePicture",
- "identifier": "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62",
- "referencesTree": [ ]
}, - {
- "fieldName": "location",
- "identifier": "046fc548-49e5-4ab7-82d8-3ff8b1ea679d",
- "referencesTree": {
- "fieldName": "locationPicture",
- "identifier": "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e",
- "referencesTree": [ ]
}
}, - {
- "fieldName": "addresses",
- "identifier": "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c",
- "referencesTree": [ ]
}, - {
- "fieldName": "addresses",
- "identifier": "679df962-6c16-4337-9cbd-1384f07eb9a7",
- "referencesTree": [ ]
}
], - "references": {
- "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62": {
- "type": "asset",
- "value": {
- "name": "ian_provo.jpg",
- "title": "Ian Provo",
- "path": "/content/dam/wknd-shared/en/contributors/ian_provo.jpg",
- "assetId": "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62",
- "repo:size": 251434,
- "dc:format": "image/jpeg",
- "tiff:ImageWidth": 1152,
- "tiff:ImageHeight": 1152
}
}, - "046fc548-49e5-4ab7-82d8-3ff8b1ea679d": {
- "type": "fragment-reference",
- "value": {
- "name": "california",
- "title": "California",
- "path": "/content/dam/wknd-shared/en/locations/california",
- "id": "046fc548-49e5-4ab7-82d8-3ff8b1ea679d",
- "description": "Best place for surfing.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYXV0aG9y"
}, - "fields": {
- "country": "USA",
- "activities": [
- "Surfing",
- "Climbing"
], - "locationPicture": "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e",
- "birthDay": "1988-09-26T14:09:00-07:00"
}
}
}, - "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e": {
- "type": "asset",
- "value": {
- "name": "california.jpg",
- "title": "California",
- "path": "/content/dam/wknd-shared/en/locations/california.jpg",
- "assetId": "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e",
- "repo:size": 251434,
- "dc:format": "image/jpeg",
- "tiff:ImageWidth": 1152,
- "tiff:ImageHeight": 1152
}
}, - "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c": {
- "type": "fragment-reference",
- "value": {
- "name": "ian-provo-home-address",
- "title": "Ian Provo Home Address",
- "path": "/content/dam/wknd-shared/en/addresses/ian-provo-home-address",
- "id": "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c",
- "description": "Ian Provo home address.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWRkcmVzcw=="
}, - "fields": {
- "street": "5th Street",
- "zipcode": "123322",
- "town": "New York"
}
}
}, - "679df962-6c16-4337-9cbd-1384f07eb9a7": {
- "type": "fragment-reference",
- "value": {
- "name": "ian-provo-work-address",
- "title": "Ian Provo Work Address",
- "path": "/content/dam/wknd-shared/en/addresses/ian-provo-work-address",
- "id": "679df962-6c16-4337-9cbd-1384f07eb9a7",
- "description": "Ian Provo work address.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWRkcmVzcw=="
}, - "fields": {
- "street": "Elm Street",
- "zipcode": "892332",
- "town": "New York"
}
}
}
}
}
If-None-Match | string The For more details, please head over to RFC9110. |
OK
Not Modified
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "referencesTree": [
- {
- "fieldName": "profilePicture",
- "identifier": "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62",
- "referencesTree": [ ]
}, - {
- "fieldName": "location",
- "identifier": "046fc548-49e5-4ab7-82d8-3ff8b1ea679d",
- "referencesTree": {
- "fieldName": "locationPicture",
- "identifier": "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e",
- "referencesTree": [ ]
}
}, - {
- "fieldName": "addresses",
- "identifier": "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c",
- "referencesTree": [ ]
}, - {
- "fieldName": "addresses",
- "identifier": "679df962-6c16-4337-9cbd-1384f07eb9a7",
- "referencesTree": [ ]
}
], - "references": {
- "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62": {
- "type": "asset",
- "value": {
- "name": "ian_provo.jpg",
- "title": "Ian Provo",
- "path": "/content/dam/wknd-shared/en/contributors/ian_provo.jpg",
- "assetId": "urn:aaid:aem:1fb05fe4-c12b-4f85-b1ca-aa92cdbd6a62",
- "repo:size": 251434,
- "dc:format": "image/jpeg",
- "tiff:ImageWidth": 1152,
- "tiff:ImageHeight": 1152
}
}, - "046fc548-49e5-4ab7-82d8-3ff8b1ea679d": {
- "type": "fragment-reference",
- "value": {
- "name": "california",
- "title": "California",
- "path": "/content/dam/wknd-shared/en/locations/california",
- "id": "046fc548-49e5-4ab7-82d8-3ff8b1ea679d",
- "description": "Best place for surfing.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYXV0aG9y"
}, - "fields": {
- "country": "USA",
- "activities": [
- "Surfing",
- "Climbing"
], - "locationPicture": "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e",
- "birthDay": "1988-09-26T14:09:00-07:00"
}
}
}, - "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e": {
- "type": "asset",
- "value": {
- "name": "california.jpg",
- "title": "California",
- "path": "/content/dam/wknd-shared/en/locations/california.jpg",
- "assetId": "urn:aaid:aem:301d7818-e648-4a2c-8b16-be0a29dd237e",
- "repo:size": 251434,
- "dc:format": "image/jpeg",
- "tiff:ImageWidth": 1152,
- "tiff:ImageHeight": 1152
}
}, - "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c": {
- "type": "fragment-reference",
- "value": {
- "name": "ian-provo-home-address",
- "title": "Ian Provo Home Address",
- "path": "/content/dam/wknd-shared/en/addresses/ian-provo-home-address",
- "id": "98aaefe5-c4a5-4f26-80c5-22dcfca4a34c",
- "description": "Ian Provo home address.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWRkcmVzcw=="
}, - "fields": {
- "street": "5th Street",
- "zipcode": "123322",
- "town": "New York"
}
}
}, - "679df962-6c16-4337-9cbd-1384f07eb9a7": {
- "type": "fragment-reference",
- "value": {
- "name": "ian-provo-work-address",
- "title": "Ian Provo Work Address",
- "path": "/content/dam/wknd-shared/en/addresses/ian-provo-work-address",
- "id": "679df962-6c16-4337-9cbd-1384f07eb9a7",
- "description": "Ian Provo work address.",
- "model": {
- "id": "L2NvbmYvd2tuZC1zaGFyZWQvc2V0dGluZ3MvZGFtL2NmbS9tb2RlbHMvYWRkcmVzcw=="
}, - "fields": {
- "street": "Elm Street",
- "zipcode": "892332",
- "town": "New York"
}
}
}
}
}
This operation returns the parent references of type Page, Experience Fragment and Content Fragments which are referencing the given Content Fragment. By default this call will return a maximum of 50 items.
The caller can define other limits suited to their application (see the limit
query
parameter), but the limit cannot be higher than 50. To ask for the next set of items
pass the value of the cursor
provided in the response to the cursor
query parameter.
Ok
Bad Request. The Problem Details object will provide more information about the exact cause.
Not Found
Unacceptable. indicates that the target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request.
The server encountered an unexpected error. Retrying the request after a certain time could help.
{- "items": [
- {
- "type": "experience-fragment",
- "value": {
- "path": "/path/to/parent/experience-fragment/reference",
- "title": "Title"
}
}, - {
- "type": "page",
- "value": {
- "path": "/path/to/parent/page/reference",
- "title": "Title"
}
}, - {
- "type": "content-fragment",
- "value": {
- "path": "/path/to/parent/content-fragment/reference",
- "title": "Title",
- "model": {
- "id": "L2NvbmYvZ2xvYmFsL3NldHRpbmdzL2RhbS9jZm0vbW9kZWxzL2Etc2ltcGxlLWNmbQ"
}, - "id": "uuid-of-content-fragment"
}
}
], - "cursor": "wqeaszrdxtgfcyguiohfgytdrsewq"
}