Skip to content

Repository files navigation

Synology API HTTP request file

A collection of requests to a Synology NAS. Use this file directly in PHP-Storm editor to call the Synology API for testing purposes.

Synology API coverage

Since this is a WIP, the list isn't very long. I'll keep you updated on the latest developments when they are done.

Global API's

INFO

Get a list of all available API's of your NAS. Response contains API name, API method, API path,and API version, and so on.

AUTHENTICATION

Login (for further calls) and logout actions.

Calendar API

Create a new calendar

Creates a new calendar with given parameters. The request automatically uses the credentials from previous call.

List calendar objects

Returns an array of calendar objects.

Create event in calendar

Creates a new event in previously created calendar.

Delete calendar

Deletes a given calendar.

...

TBC ...

Help and Doc's

Synology Calendar API guide

About

Synology API settings repository for HTTP client in PhpStorm code editor.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors