Backstage · Example Payload

Search Search Result Set Example

Developer PortalInternal Developer PlatformSoftware CatalogOpen Source

Search Search Result Set Example is an example object payload from Backstage, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

resultsnextPageCursorpreviousPageCursornumberOfResults

Example Payload

Raw ↑
{
  "results": [
    "sample-value"
  ],
  "nextPageCursor": "eyJsaW1pdCI6MjB9",
  "previousPageCursor": "eyJsaW1pdCI6MjB9",
  "numberOfResults": 20
}