source/info

Get Source Information, like ID, Name, Questions and Prompts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

GET Request Explanation:

In this GET there are multiple parameters we are sending. Below is a table with the explanation​ for each of them:

ParameterDescription
api_keyThis key you can find it inside your admin FeelBack console. It's needed to get access to your account API.
tokenPlease always use the same value PUP5S9L6RL5QSYZ67Q8ZJQXY5AHEXJ3V.
typeIn this API, always use CUSTOM; it means it’s a custom implementation for developers.
source_hashSend a unique hash for your source. It needs to be auto-generated by the developer.
question_hashSend the question hash ID to get the question information after created. This information can be found in the request response​.

After sending the parameters, we can find some variables and values on the request response. Below you will find the descriptions for each one:

Request Response:

After getting the response, you will receive information on​ the source you request. Below we will explain some of the variables and values:

VariablesValues
  • msg
  • *NO KEY ID** - When your key is empty.
  • *NO VALID TOKEN** - When the token is not valid.
  • *ERROR WHILE GRABBING INFO** - Error on the API while trying to get the information.
  • *CANT FIND SOURCE** - Can't find the source with hash ID given.
  • *NO VALID SOURCE TYPE** - When your source type is not a valid one.
  • *NO ACCOUNT RELATED TO API KEY** - When your API key is not found in our database.
  • *OK** - If everything is good.
codeThe request code. Can be 200 for success or 400 any type of errors.

data:
Will give the source information with question information if requested.

VariableValue
source_hashID for the source requested.
source_nameName for the source requested.
last_reportLast date the source reported feels or any action.

question_info:
Where you will find all question information with the prompts if configured.

VariableValue
hashThe hash ID for the question used to send on the feel provisioning​.
identifiersIs the tag name given to this question. Use for filtering in reports and more.
question_textIs the text for the question.
promptFlag to know if the question has reasons.
statusFlag to know the status.

prompt_detail:
Where you will find all prompts related to the question you requested.

VariableValue
hashThe hash ID for the prompt used to send on the feel provisioning.
reasonTest related to the prompt.
Form Data
string
required
Defaults to 49b3de2edb366f44db8d6b8bae2e6d46

Your account api_key.

string
required
Defaults to PUP5S9L6RL5QSYZ67Q8ZJQXY5AHEXJ3V

Always use the same value.

string
required
Defaults to CUSTOM

Type of source: in this case, we use CUSTOM.

string
required
Defaults to tester0993029333

Source hash ID to get the information relative.

string
Defaults to a5bfc9e07964f8dddeb95fc584cd965d

Question hash ID to get the information relative.

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json