ProofHub / api_v3

ProofHub Bolt's API
18 stars 8 forks source link

[API] Project status returning nothing #2

Closed dylanlogann closed 4 years ago

dylanlogann commented 4 years ago

I am working with the v2 API for ProofHub, and I am parsing Project Statuses.

However, for every project I am being returned this response:

[{u'title': u'', u'created_at': None, u'updated_at': None, u'is_default': False, u'position': 0, u'id': 1959608}]

I have triple checked my request URL, and confirm the correct Project Id is being sent over every time.

Here is the URL I am using.

"https://cleardata.proofhub.com/api/v3/projectstatus/<projectId>"

dylanlogann commented 4 years ago

Update,

Tested the API using postman, still the exact same response.

image

dylanlogann commented 4 years ago

Hi,

This issue can now be closed as it was answered by the helpline.

You have to use the project status Id to get the status, not the project Id.