I create idea request: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-ideas/quot-list-all-content-fragments-quot-endpoint-should-return/idi-p/748940#M2304
Request for Feature Enhancement (RFE) Summary:"List all Content Fragments" endpoint should return valid `etag` valueUse-case:
I call "List all Contents Fragments" endpoint to get the list of all CFsI parse this list (array of JSONs) and get `id` and `etag` field valueI provide these values when call...
Hi @daniel-strmecki, I see that "List all Content Fragments" returns `etag` field for each CF.Please confirm that this value is not correct.If so, why does API return it at all? It's leading to confusion and I would consider the removal of it.
Hi @daniel-strmecki , What response headers you mean? I want to make a single list request to get all CFs and delete them afterwards. I don't think there is a response header for the list endpoint ("GET /adobe/sites/cf/fragments") with array of ETAgs.
@daniel-strmecki The value "c647d94c-a91d-4be5-87a6-e52154f9c365" is the Request ID.According to documentation, "requestId" is > A unique identifier that is assigned to the request, either by the API caller or by the service itself. I think ETag should identify the resource version, not API request....
@muskaanchandwani how can I check which AEMaaCS Release I'm using? The URL I use to delete CF: `https://<BUCKET>.adobeaemcloud.com/adobe/sites/cf/fragments/<ID>`
I'm using Sites API to list and delete Content Fragments. In particular: 'List all Content Fragments" endpoint to get CFs to delete"Delete a Content Fragment" to delete each CFFor deletion endpoint, there are 2 required params: "fragmentId" in path"If-Match" in headerI'm getting values for these par...