Skip to main content

Experiment Tag GET

GET 

https://sandbox.absmartly.com/v1/experiment_tags/:experimentTagId

Required Permissions: Experiment Get or Experiment Admin

Request

Path Parameters

    experimentTagId integerrequired

    The id of the Experiment Tag that you wish to get data from.

Responses

A JSON Object containing an experiment tag's data.

Schema
    experiment_tag object
    id integer
    tag string
    created_at date-time
    created_by object
    archived boolean
    avatar objectnullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
    created_by_user_id integer
    updated_at date-timenullable
    updated_by objectnullable
    archived boolean
    avatar objectnullable
    avatar_file_upload_url string
    created_at date-time
    created_by_user_id integer

    Possible values: >= 1

    department string
    email email
    updated_by_user_id integernullable
    experiments ExperimentExperimentTag[]

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: A User API Key for API authorization. **Must be in the format "Api-Key your_user_api_key"**scheme: ^Api-Key\s\S+
curl -L -X GET 'https://sandbox.absmartly.com/v1/experiment_tags/:experimentTagId' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
https://sandbox.absmartly.com/v1
Auth
Parameters
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!