Post

3 followers Follow
0
Avatar

List of Entities

Is there a comprehensive listing of the schema and/or data model behind Clarizen, i.e., what we can query using CZQL? Specifically, I would like to query data related to Milestones for all Projects.

Michael Atwell Answered

Official comment

Avatar

Hi Michael,

Just to make sure, do you need a detailed list of all fields in a specific Clarizen item type (Projects, Tasks..)?

If so, please try this:

curl -X GET -H "Authorization: Session enter_session_id" "https://api2.clarizen.com/V2.0/services/metadata/DescribeEntities?typeNames=Project,Milestone"

Replace "enter_session_id" with a valid session id.

 

You can see the API documentation here: https://api2.clarizen.com/V2.0/services/metadata/DescribeEntities 

You can view the Clarizen's data model here: https://success.clarizen.com/hc/en-us/articles/206926997-Data-Model 

 

 

 

Elad Franklin
Comment actions Permalink

Please sign in to leave a comment.

4 comments

0
Avatar

Hi Michael,

Please use the meta data services. you can find the documentation here.

Hope this helps,

Ophir

Ophir Kenig 0 votes
Comment actions Permalink
0
Avatar

Sorry, but that doesn't help. That is one, short page describing one piece of your API. Does Clarizen not have documentation on its API? A listing of the schema? Don't your developers have a formal data model to develop against?

Michael Atwell 0 votes
Comment actions Permalink
0
Avatar

What is the specific curl command I would need to retrieve this list/use this call? I've tried a number of combinations and keep getting a "File Not Found" error.

Michael Atwell 0 votes
Comment actions Permalink