Docs: Update release notes
[nonrtric/plt/sme.git] / provider / docs / retrievepublishedapi.plantuml
1 @startuml  Retrieve all published APIs
2 actor ProviderClient
3 box "CAPIF Internal"
4 participant capifcore
5 participant publishservice
6 end box
7
8 alt#Salmon #Salmon Retrieve API Service
9     ProviderClient->capifcore: Retrieve services\n with apfId
10     capifcore->publishservice: Retrieve all published\n services from apfId
11     publishservice->capifcore: Array of ServiceAPIDescription
12     capifcore->ProviderClient: All ServiceAPIDescription\n published from apfId
13 end
14
15 @enduml