API Docs / Operations / Proposal Acceptance / Get CSS for acceptance page (Anon)

Get CSS for acceptance page (Anon)

GET /api/proposals/accept/{guid}/css

Returns the CSS for the design theme configured for this proposal.

  Falls back to tenant's default design theme if proposal settings don't specify one.

Parameters

NameTypeDescription
guid* path string (uuid)
selector query string

Responses

200 OK
text/css
400 Bad Request
404 Not Found

Try it