Footer URL

Get

get

Retrieve the footer URLs from the Theme.

Path parameters
idinteger · int32Required

Theme ID.

Responses
get
/api/Theme/{id}/FooterURL

Add

post

Add the specified footer URL to the Theme.

Path parameters
idinteger · int32Required

Theme ID

Body

Add a footer URL in the RAS Theme

urlstring | nullableRequired

The URL

textstring | nullableRequired

The text

tooltipstring | nullableOptional

The tooltip

Responses
204

No Content

No content

post
/api/Theme/{id}/FooterURL

No content

Delete

delete

Remove the specified footer URL from the Theme.

Path parameters
idinteger · int32Required

Theme ID

Body

Remove a footer URL from the RAS Theme

urlstring | nullableRequired

The URL

textstring | nullableRequired

The text

tooltipstring | nullableOptional

The tooltip

Responses
204

No Content

No content

delete
/api/Theme/{id}/FooterURL

No content

Last updated

Was this helpful?