Skip to main content
GET
/
api
/
v1
/
sequence
Get sequence list
curl --request GET \
  --url https://in.rough.app/api/v1/sequence
[
  {
    "id": "<string>",
    "name": "<string>",
    "publicId": "<string>",
    "type": "USER",
    "ownedByPersonId": "<string>",
    "status": "CANCELED",
    "icon": "<string>",
    "pinned": 123,
    "groupBy": "NONE"
  }
]

Response

id
string
required
name
string
required
publicId
string
required
type
enum<string>
required
Available options:
USER,
STATUS,
WISH
groupBy
enum<string>
required
Available options:
NONE,
STATUS
ownedByPersonId
string
status
enum<string>
Available options:
CANCELED,
IDEA,
DEVELOPMENT,
RELEASED,
DRAFT,
INITIAL,
ARCHIVED
icon
string
pinned
number