# Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. **POST /v1/Insights/QualityManagement/Assessments** Add assessments against conversation to dynamo db. Used in assessments screen by user. Users can select the questionnaire and pick up answers for each and every question. ## Servers - https://flex-api.twilio.com: https://flex-api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Headers - **Authorization** (string) The Authorization HTTP request header ### Body: application/x-www-form-urlencoded (object) - **CategorySid** (string) The SID of the category - **CategoryName** (string) The name of the category - **SegmentId** (string) Segment Id of the conversation - **AgentId** (string) The id of the Agent - **Offset** (number) The offset of the conversation. - **MetricId** (string) The question SID selected for assessment - **MetricName** (string) The question name of the assessment - **AnswerText** (string) The answer text selected by user - **AnswerId** (string) The id of the answer selected by user - **QuestionnaireSid** (string) Questionnaire SID of the associated question ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **account_sid** (string | null) The unique SID identifier of the Account. - **assessment_sid** (string | null) The SID of the assessment - **offset** (number | null) Offset of the conversation - **report** (boolean | null) The flag indicating if this assessment is part of report - **weight** (number | null) The weightage given to this comment - **agent_id** (string | null) The id of the Agent - **segment_id** (string | null) Segment Id of conversation - **user_name** (string | null) The name of the user. - **user_email** (string | null) The email id of the user. - **answer_text** (string | null) The answer text selected by user - **answer_id** (string | null) The id of the answer selected by user - **assessment** () Assessment Details associated with an assessment - **timestamp** (number | null) - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)