Skip to content

Commit 9c6b2f1

Browse files
committed
Name change
1 parent 43b62d5 commit 9c6b2f1

File tree

1 file changed

+34
-49
lines changed

1 file changed

+34
-49
lines changed
Lines changed: 34 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
title: Tour the SAP Business Accelerator Hub
3-
description: Explore the various features of the SAP Business Accelerator Hub, and learn how to find and test APIs.
2+
parser: v2
43
primary_tag: products>sap-business-technology-platform
54
author_name: Prathibha GC
65
author_profile: https://github.com/Prathibha-Mouli
@@ -10,112 +9,98 @@ tags: [ tutorial>beginner, products>sap-business-technology-platform, topic>sap
109

1110
---
1211

13-
## Details
14-
### You will learn
15-
- How to get started with SAP Business Accelerator Hub
12+
# Tour the SAP API Business Hub
13+
<!-- description --> Explore the various features of the SAP API Business Hub, and learn how to find and test APIs.
1614

17-
SAP Business Accelerator Hub is a website to discover, explore, and test APIs from various SAP products such as SAP S/4HANA, SAP SuccessFactors, SAP Customer Experience, SAP BTP, and selected partners. Apart from various product APIs, you can find detailed information on business processes and partner assets. The new workspace feature also enables you to consume integration and workflow content.
15+
## You will learn
16+
- How to get started with SAP API Business Hub
1817

19-
Want to learn more about the new SAP Business Accelerator Hub? Not sure where to get started? Go to [api.sap.com] (https://api.sap.com), and begin your journey.
18+
## Intro
19+
SAP API Business Hub is a website to discover, explore, and test APIs from various SAP products such as SAP S/4HANA, SAP SuccessFactors, SAP Customer Experience, SAP BTP, and selected partners. Apart from various product APIs, you can find detailed information on business processes and partner assets. The new workspace feature also enables you to consume integration and workflow content.
2020

21-
---
22-
23-
[ACCORDION-BEGIN [Step: 1](Go to the SAP Business Accelerator Hub)]
24-
In your browser, open [SAP Business Accelerator Hub](https://api.sap.com/).
21+
Want to learn more about the new SAP API Business Hub? Not sure where to get started? Go to [api.sap.com] (https://api.sap.com), and begin your journey.
2522

26-
!![SAP Business Accelerator Hub page](1.png)
23+
---
2724

28-
You can explore products, business processes, as well as different categories of assets, along with partner and featured content. Choose Explore for quick access to the various sections of the SAP Business Accelerator Hub.
25+
### Go to the SAP API Business Hub
26+
In your browser, open [SAP API Business Hub](https://api.sap.com/).
2927

30-
[DONE]
31-
[ACCORDION-END]
28+
<!-- border -->![SAP API Business Hub page](1.png)
3229

30+
You can explore products, business processes, as well as different categories of assets, along with partner and featured content. Choose Explore for quick access to the various sections of the SAP API Business Hub.
3331

34-
[ACCORDION-BEGIN [Step : 2](Explore API content)]
35-
On the SAP Business Accelerator Hub homepage, choose **Categories**.
32+
### Explore API content
33+
On the SAP API Business Hub homepage, choose **Categories**.
3634

37-
!![SAP Business Accelerator Hub homepage API tile](2.png)
35+
<!-- border -->![SAP API Business Hub homepage API tile](2.png)
3836

3937
Choose APIs from the different categories available.
4038

41-
!![SAP Business Accelerator Hub APIs section](2a.png)
39+
<!-- border -->![SAP API Business Hub APIs section](2a.png)
4240

43-
[DONE]
44-
[ACCORDION-END]
45-
[ACCORDION-BEGIN [Step : 3](Search for an API)]
41+
### Search for an API
4642

4743
Different APIs, policy templates, and API packages are available under the API category. An API package contains one or more APIs. You can browse through different types of APIs such as REST, OData, and SOAP APIs.
4844

49-
!![Searching for types of APIs APIs](3.png)
45+
<!-- border -->![Searching for types of APIs APIs](3.png)
5046

5147
You can explore APIs either by selecting a type of an API or by selecting an API package. Navigate to the Packages tab. You can choose any package for testing.
5248

53-
!![API Hub Packages search](4.png)
49+
<!-- border -->![API Hub Packages search](4.png)
5450

5551
For the purpose of this tutorial, we are going to choose the `SAP Cloud for Customer` package (find it using the search facility).
5652

57-
!![SAP Cloud for Customer Package Search](4a.png)
58-
53+
<!-- border -->![SAP Cloud for Customer Package Search](4a.png)
5954

60-
[DONE]
61-
[ACCORDION-END]
62-
63-
64-
[ACCORDION-BEGIN [Step : ](Explore the API)]
55+
### Explore the API
6556

6657
On choosing the **SAP Cloud for Customer** package, you can view the available APIs in the package. Select the Campaign API to explore it in detail.
6758

68-
!![SAP Cloud for Customer API package details](5.png)
59+
<!-- border -->![SAP Cloud for Customer API package details](5.png)
6960

7061
The **`Overview`** section briefs you about the API. From here you can download the API reference file, view the documentation available, and check for the API version.
7162

7263
The **`API Reference`** section provides information and functions that are offered to consume the API.
7364

74-
!![Campaign API References](5a.png)
65+
<!-- border -->![Campaign API References](5a.png)
7566

7667
The API can contain one or more endpoints which are organized into groups. On the left-hand side of selected API - **Campaign**, you can see six groups of endpoints.
7768

78-
!![Campaign API](5b.png)
69+
<!-- border -->![Campaign API](5b.png)
7970

8071
Various HTTP methods of API are used to address the functionality of endpoints. While exploring the endpoints, you may wish to collapse the information by selecting the `GET` operation row. You can explore the available endpoints for the API to understand it in detail.
8172

82-
[DONE]
83-
[ACCORDION-END]
73+
### Test an API endpoint
8474

85-
[ACCORDION-BEGIN [Step : 5](Test an API endpoint)]
75+
The SAP API Business Hub allows you to test APIs. A sandbox environment is provided to test the Campaign API. To take advantage of this, ensure you are logged on. Select Login at the top of the page.
8676

87-
The SAP Business Accelerator Hub allows you to test APIs. A sandbox environment is provided to test the Campaign API. To take advantage of this, ensure you are logged on. Select Login at the top of the page.
88-
89-
!![Login](6.png)
77+
<!-- border -->![Login](6.png)
9078

9179
Once logged on, choose the Try Out button in the **`Overview`** section.
9280

93-
!![The "Try out" button](6a.png)
81+
<!-- border -->![The "Try out" button](6a.png)
9482

9583
Selecting this will open the Try Out View.
9684

9785
For the purpose of this tutorial the **`GET /CampaignCollection`** operation has been selected for testing.
9886

99-
!![Get method for Campaign API](6b.png)
87+
<!-- border -->![Get method for Campaign API](6b.png)
10088

10189
Calling the `GET` operation on the `/CampaignCollection` endpoint will return a list of entities from Campaign Collection. The `$top` parameter can be used to retrieve only the first _n_ results once all the other filtering is done. Specify a value of **20** for this parameter.
10290

103-
!![editable fields on User endpoint](7.png)
91+
<!-- border -->![editable fields on User endpoint](7.png)
10492

10593
You can also select the `$orderby` to sort the display order based on `Object ID`, `Object ID description`, `Campaign Type`, and so on.
10694

10795
Once the required inputs are entered, Choose `Run` at the top right corner to view the response.
10896

109-
!![API Run](8.png)
97+
<!-- border -->![API Run](8.png)
11098

11199
The response section displays various entities fetched calling the `GET` method.
112100

113-
!![Response Body](9.png)
101+
<!-- border -->![Response Body](9.png)
114102

115103

116104
Feel free to explore other endpoints in this Campaign API.
117105

118-
[VALIDATE_4]
119-
[ACCORDION-END]
120-
121-
Congratulations, you have just taken your first steps with the SAP Business Accelerator Hub and should now be able to navigate it and the content within, confidently.
106+
Congratulations, you have just taken your first steps with the SAP API Business Hub and should now be able to navigate it and the content within, confidently.

0 commit comments

Comments
 (0)