SilverStripe REST API

SilverStripe provides REST API capabilities via the restfulserver module, allowing CRUD operations on DataObject models over HTTP. Authentication supports API token headers (x-api-token) and session-based auth. Default result pagination limits apply (30 default, 100 max per request).

API entry from apis.yml

apis.yml Raw ↑
aid: silverstripe:rest-api
name: SilverStripe REST API
description: 'SilverStripe provides REST API capabilities via the restfulserver module, allowing CRUD
  operations on DataObject models over HTTP. Authentication supports API token headers (x-api-token) and
  session-based auth. Default result pagination limits apply (30 default, 100 max per request).

  '
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://github.com/silverstripe/silverstripe-restfulserver
baseURL: https://www.example.com/api/v1
tags:
- REST
- CMS
- CRUD
- DataObject
properties:
- type: Documentation
  url: https://github.com/silverstripe/silverstripe-restfulserver
- type: GitHubRepository
  url: https://github.com/silverstripe/silverstripe-restfulserver