Ballerina · Example Payload

Central Api Package Search Response Example

IntegrationsOrchestrationsOpen SourceProgramming Language

Central Api Package Search Response Example is an example object payload from Ballerina, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

packagescountoffsetlimit

Example Payload

Raw ↑
{
  "packages": [
    "sample-value"
  ],
  "count": 20,
  "offset": 92,
  "limit": 44
}