Skip to main content

Get all promptathon

GET 

/promptathon

Get a list of all promptathon. To use optionalFields check out this guide.

Request

Query Parameters

    paramsIO objectrequired
    optionalFields string[]

Responses

OK

Schema

  • Array [

  • createdById int64

    Account Id of the creator of the promptathon

    dateCreated date-time
    dateModified date-time

    Date the promptathon was modified

    description stringrequired

    Description

    id int64

    Unique Id of the promptathon

    name stringrequired

    Name of the promptathon

    status string

    Status of the promptathon

    Possible values: [DRAFT, SUBMITED]

    tags string[]

    List of tags being used by this promptathon.For GET requests, this is an optional field that needs to be specified in request params.

    url stringrequired

    URL

    variationId int32
  • ]

Loading...