Skip to content

Endpoint

  • Method: GET
  • Path: /spaces/{spaceSlug}/lockscreens
  • Edition: Core
  • Controller: SpaceController@getLockScreenSettings
  • Route source: fluent-community/app/Http/Routes/api.php:24
  • Controller source: fluent-community/app/Http/Controllers/SpaceController.php

GET Get Space Lockscreens

GET
/spaces/{spaceSlug}/lockscreens

Get Space Lockscreens for the FluentCommunity Spaces API.

Controller: SpaceController@getLockScreenSettings
Route source: fluent-community/app/Http/Routes/api.php:24

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

spaceSlug*

SpaceSlug extracted from the URL path.

Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"lockscreen": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation