public-api.demo.uksouth.wazokuinternal.com Open in urlscan Pro
51.104.19.177  Public Scan

Submitted URL: https://public-api.demo.uksouth.wazokuinternal.com/
Effective URL: https://public-api.demo.uksouth.wazokuinternal.com/v3
Submission: On September 09 via automatic, source certstream-suspicious — Scanned from GB

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input type="text" class="download-url-input" value="https://public-api.demo.uksouth.wazokuinternal.com/v3?format=openapi" style=""><button class="download-url-button button">Explore</button></form>

Text Content

Versions: 1.0 | 1.1 | 1.2 | 1.3 | 2.0 | 3 | Authentication documentation
Explore


SPOTLIGHT API

 3 

[ Base URL: public-api.demo.uksouth.wazokuinternal.com/ ]

https://public-api.demo.uksouth.wazokuinternal.com/v3?format=openapi

This is a documentation server for Idea Spotlight API. To make requests you'll
need a customer token. For more information see the authentication
documentation.

Terms of service
Schemeshttps
Authorize


AUTHORIZATION


POST /api /v3 /authorization /change_password
Change user password.
POST /api /v3 /authorization /forgotten_password /change
Reset forgotten user password.
POST /api /v3 /authorization /forgotten_password /send
Send an email notification with a password reset code.
POST /api /v3 /authorization /login
Login to an account using username/password.
POST /api /v3 /authorization /pending_code /check
Check user pending code and activate account.
POST /api /v3 /authorization /pending_code /send
Resend a pending code to the user.
POST /api /v3 /authorization /register
Register a new spotlight user.
POST /api /v3 /authorization /set_password
Set the password for a user.
POST /api /v3 /authorization /social /callback
Finalize social authentication process.
GET /api /v3 /authorization /social /get_start_url
Get the url to start social authentication process.

CHALLENGES


GET /api /v3 /challenges
List all challenges created within a site.
GET /api /v3 /challenges /{challenge_id}
Get detailed information about a single challenge in a site.
GET /api /v3 /challenges /{challenge_id} /current_stage_forms
Lists the idea forms associated with the current active stages of a challenge.
GET /api /v3 /challenges /{challenge_id} /follow
Check if the current user is following a Challenge.
PUT /api /v3 /challenges /{challenge_id} /follow
Follow/Unfollow a Challenge.
POST /api /v3 /challenges /{challenge_id} /share
Share an Challenge with a range of Users or Groups.

COMMUNITIES


GET /api /v3 /communities
List all communities of a site.
GET /api /v3 /communities /{community_id}
Get detailed information about a single community.

COMPANY


GET /api /v3 /company /{domain_url}

GET /api /v3 /company /{domain_url} /data_center


CONVERSATIONS


GET /api /v3 /conversations
List all conversations for a particular site.
GET /api /v3 /conversations /{conversation_id}
Get detailed information about a single conversation.
GET /api /v3 /conversations /{conversation_id} /follow
Check if the current user is following a Conversation.
PUT /api /v3 /conversations /{conversation_id} /follow
Follow/Unfollow a Conversation.
POST /api /v3 /conversations /{conversation_id} /share
Share an Conversation with a range of Users or Groups.

FILES


GET /api /v3 /files
Get a possibly temporary URL for accessing a file.

FORMS


GET /api /v3 /forms
List all available forms of a given type for a site.
GET /api /v3 /forms /custom-field

GET /api /v3 /forms /custom-field /{custom_field_id}

GET /api /v3 /forms /custom-field /{custom_field_id} /values
List custom field values
GET /api /v3 /forms /{form_id}
Get detailed information about a single form. Details include:

GROUPS


GET /api /v3 /groups
List all groups for a site.

IDEAS


GET /api /v3 /ideas
List all ideas.
POST /api /v3 /ideas
Create a new Idea or draft.
GET /api /v3 /ideas /{idea_id}
Get detailed information about a single idea.
PUT /api /v3 /ideas /{idea_id}
Modify an existing Idea.
DELETE /api /v3 /ideas /{idea_id}
Delete an existing Idea.
GET /api /v3 /ideas /{idea_id} /advisors
List advisors for the Idea.
PUT /api /v3 /ideas /{idea_id} /advisors
Add an advisor to an Idea.
DELETE /api /v3 /ideas /{idea_id} /advisors /{user_id}
Remove an advisor.
GET /api /v3 /ideas /{idea_id} /attachments
List all Idea attachments.
POST /api /v3 /ideas /{idea_id} /attachments
Create a new Idea attachment.
GET /api /v3 /ideas /{idea_id} /attachments /{attachment_id}
Get details for an Idea attachment.
PUT /api /v3 /ideas /{idea_id} /attachments /{attachment_id}
Modify an existing Idea attachment.
DELETE /api /v3 /ideas /{idea_id} /attachments /{attachment_id}
Delete an existing Idea attachment.
GET /api /v3 /ideas /{idea_id} /comments
List all Idea comments.
POST /api /v3 /ideas /{idea_id} /comments
Add an Idea comment.
PUT /api /v3 /ideas /{idea_id} /comments /{comment_id}
Modify an existing Idea comment.
DELETE /api /v3 /ideas /{idea_id} /comments /{comment_id}
Delete an existing Idea comment.
GET /api /v3 /ideas /{idea_id} /comments /{comment_id} /attachments
List all comment attachments.
POST /api /v3 /ideas /{idea_id} /comments /{comment_id} /attachments
Create a new comment attachment.
GET /api /v3 /ideas /{idea_id} /comments /{comment_id} /attachments
/{attachment_id}
Get a comment attachment details.
PUT /api /v3 /ideas /{idea_id} /comments /{comment_id} /attachments
/{attachment_id}
Modify an existing comment attachments.
DELETE /api /v3 /ideas /{idea_id} /comments /{comment_id} /attachments
/{attachment_id}
Delete an existing comment attachment.
POST /api /v3 /ideas /{idea_id} /comments /{comment_id} /like
Like a comment
DELETE /api /v3 /ideas /{idea_id} /comments /{comment_id} /like
Like a comment
GET /api /v3 /ideas /{idea_id} /follow
Check if the current user is following an Idea.
PUT /api /v3 /ideas /{idea_id} /follow
Follow/Unfollow an Idea.
GET /api /v3 /ideas /{idea_id} /pdf
Render Idea contents to PDF and return it.
POST /api /v3 /ideas /{idea_id} /rating
Add a user rating for an Idea.
DELETE /api /v3 /ideas /{idea_id} /rating
Remove an existing rating from an Idea.
POST /api /v3 /ideas /{idea_id} /share
Share an Idea with a range of Users or Groups.
GET /api /v3 /ideas /{idea_id} /stage /{stage_id} /comments
List all Stage comments.
POST /api /v3 /ideas /{idea_id} /stage /{stage_id} /comments
Add a new stage comment.
PUT /api /v3 /ideas /{idea_id} /stage /{stage_id} /comments /{comment_id}
Edit an existing stage comment.
DELETE /api /v3 /ideas /{idea_id} /stage /{stage_id} /comments /{comment_id}
Delete an existing Stage comment.
GET /api /v3 /ideas /{idea_id} /team
List team members for Idea.
PUT /api /v3 /ideas /{idea_id} /team
Add and remove members of the team.
GET /api /v3 /ideas /{idea_id} /team-invitation

POST /api /v3 /ideas /{idea_id} /team-invitation

GET /api /v3 /ideas /{idea_id} /team-request

POST /api /v3 /ideas /{idea_id} /team-request
Request to join an Idea team.
GET /api /v3 /ideas /{idea_id} /team-requests

PUT /api /v3 /ideas /{idea_id} /team-requests /{join_request_id}

DELETE /api /v3 /ideas /{idea_id} /team-requests /{join_request_id}

DELETE /api /v3 /ideas /{idea_id} /team /{user_id}
Remove an existing Idea team member.
POST /api /v3 /ideas /{idea_id} /vote
Add a thumbs up or down vote for an Idea.

IDEAS_PUT_ON_HOLD


PUT /api /v3 /ideas_put_on_hold


IDEAS_TAKE_OFF_HOLD


PUT /api /v3 /ideas_take_off_hold


KEYWORDS


GET /api /v3 /keywords


NOTIFICATIONS


GET /api /v3 /notifications

PUT /api /v3 /notifications /mark-as-read
Mark the notifications matched by the filter as read.

PROGRESSION_REASONS


GET /api /v3 /progression_reasons


SEARCH


GET /api /v3 /search


SETTINGS


GET /api /v3 /settings /user /notifications
Returns User notification settings.
POST /api /v3 /settings /user /notifications
Modifies User notification settings.

STAGE


POST /api /v3 /stage /{stage_id} /decision


TASKS


GET /api /v3 /tasks


USERS


GET /api /v3 /users
List all users for a site.
GET /api /v3 /users /by-email /{email}

POST /api /v3 /users /by-email /{email}

PUT /api /v3 /users /by-email /{email}
Modify an existing User.
GET /api /v3 /users /by-external-id /{external_id}

POST /api /v3 /users /by-external-id /{external_id}

PUT /api /v3 /users /by-external-id /{external_id}
Modify an existing User.
GET /api /v3 /users /{user_id}
Get detailed information about a single user.
PUT /api /v3 /users /{user_id}
Modify an existing User.

MODELS

Roles
Badge
User
AccessToken
Community
Stage
IdeaCategory
RatingOption
Rating system
Challenge
FormStructure
Follow
community_v1_3
Appearance config
Saml config
Company
CompanyDataCenter
Conversation
Form
CustomField
CustomFieldValue
FormDetails
Group
Locked
IdeaAttachment
Idea
IdeaCommentAttachment
IdeaComment
CommentAttachment
Comment
IdeaTeam
IdeaTeamMemberInvitation
IdeaTeamMemberRequests
Notification
ProgressionReason
UserNotificationSettings
Entity
Task
TaskGroup