Questions tagged [quire-api]

Quire API lets you build scripts and integrate your favorite applications with [Quire](https://quire.io/dev).

Quire RESTful API provides a broad set of operations and resources that:

  • Consistently do repetitive or tedious tasks
  • Chain a process together for your team’s process and workflows
19 questions
2
votes
1 answer

One-off token feature needed

Trying to create some custom behavior with Zapier, and the app framework just doesn't fit. All I need is a one-off token to paste into my Zap. Can you add like a "generate new token" feature on projects and organizations, please?
Vicky
  • 35
  • 5
2
votes
2 answers

Exchange Quire authorization code for access token with GM_xmlhttpRequest

This may be a stupid question and I have tried to follow the instructions given from the quire-api-blog but I still have trouble obtaining a token from a Tampermonkey javascript userscript. FYI syntax for GM_xmlhttpRequest is available on…
Rafaël
  • 33
  • 3
1
vote
1 answer

Quire API Task.tags are always empty

i use the API to read my projects and tasks with C#. This works like a charm. I read my tasks with the following endpoints. https://quire.io/api/task/list/{project.oid} and https://quire.io/api/task/list/{task.oid} However, the tasks have no…
Kai S
  • 11
  • 1
1
vote
1 answer

Retrieve Access Token for Quire API - unsupported_grant_type

I am attempting to Retrieve Access Token following the directions in the api docs (https://quire.io/dev/api/) Example curl request curl -H "Content-Type: application/json" -X POST -d…
Peggy
  • 11
  • 1
1
vote
1 answer

Quire webhooks API

I have difficult to understand how webooks works. From documentation (https://quire.io/dev/api/#webhook) there is a section about Notification, and so: "If the app wants to receive notifications of a specific projects or tasks, it can follow the…
1
vote
2 answers

Mark a task as unread in Quire

I can't seem to find any way in the Quire API doc to mark a task as unread (i.e. appearing with a red/orange dot next to it in the Quire app). If it does not exist, it would be a useful feature to implement in order to allow the user to detect a…
Rafaël
  • 33
  • 3
1
vote
1 answer

Run Python scripts directly or driven by webhook

I've known Quire for its API. I do not seek integration with Apps. I want to run Python scripts directly or driven by webhook form. Any documentation or experience? -- by Raúl García de Madinabeitia
Vicky
  • 35
  • 5
0
votes
1 answer

Recurring: object in the query API

Where I can find the full list of possible values for the "data:" property in the recurring object? The only thing that is stated in the API documentation is: If weekly, bit 0 is Sunday, bit 1 is Monday and so on. For example, if the data is 6, it…
Ana
  • 1
0
votes
1 answer

Oauth2: Authenticate single page app without client secret when secret is required by service

I would like to create an integration with quire.io, which currently only supports the Oauth2 authorization_code flow with client_secret. This causes me a problem because my application will need a dashboard so users can configure it. So far I have…
0
votes
1 answer

Attach webhook to Quire task

An example to attach a webhook to a project is given in https://github.com/quire-api/quire-api/issues/35 Could you please also give an example to add a webhook to a task (instead of a project) ? I tried the following: request({ method: "PUT", …
Rafaël
  • 33
  • 3
0
votes
1 answer

Documentation for "Export Project" Quire API

I want to automate the backup of quire.io data. Essentially functionality offered via Export project data from the web browser. I think it calls https://quire.io/r/export/project API. Where can I find the documentation ? I assume it just requires…
Mandar Vaze
  • 1,324
  • 13
  • 20
0
votes
1 answer

How do you find a Quire task's parent task using the API?

Is there a way (other than doing a tree search using the '/tasks' API starting at the project root) to find the parent task of any subtask using the Quire API?
Alan
  • 12,952
  • 3
  • 18
  • 13
0
votes
1 answer

REST API set a nonexistent parameter

Why can I send some parameters in the request that are not described in the documentation. For example, "iconColor" when creating the board, I pass { "name": "Test Board", "iconColor": "45" } and returns { "oid":…
0
votes
1 answer

Can you create a new project through Quire API?

How to create a new project through Quire API? I can't find it in the documentation.
Qbaza
  • 33
  • 4
0
votes
1 answer

Quire API seems to lack functionality to add tasks into boards and board columns

Quire how to add a task to a board and a board column with your API, i can manage to create tasks but can't assign them to a board with your API.
critic
  • 3
  • 1
1
2