cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to fetch metadata of catalogcontent API?

Former Member
0 Likes
813

Hi,

I am working with SAP Ariba REST API. I want to know how can I fetch metadata of catalogcontent API.

I am referring to this guide:

https://help.sap.com/viewer/ddcb99c9335547ec8657ee998093e00f/cloud/en-US/3bfc8d93382d4ac097e290ceb40...

My request is:

https://sandbox.api.sap.com/ariba/api/catalogcontent/v1/sandbox/items/schema

I am passing API key in headers.

I am following exact steps mentioned in the guide. I am getting following response:

{  "error": "row_not_found",  "description": "No data found for resource [items], id [schema] for ApiType [catalogcontent], Version [v1] not defined!"}

Can anybody help me here?

Regards,

- Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

ajmaradiaga
Developer Advocate
Developer Advocate
0 Likes

Hi amit_gawali,

I understand that it can be frustrating that the sandbox environment is not working. Saying that, the sandbox environment will return dummy data and the response will be no different than what is included in the help documentation. You can mock the call to the sandbox environment and use the sample response included in docs.

Regards,

.A

Former Member
0 Likes

Ok. Thanks.

Former Member
0 Likes

Hi ajmaradiaga

Thanks for your response. Can you please answer below question as well:

https://answers.sap.com/questions/13161241/how-to-create-lookups-when-working-with-content-lo.html

Regards,

Amit Gawali