We are trying to set up customer project status tracking under Monday.com, we fetched the columns from boards api which has many column names but we can’t locate a column related to Job Number.
Any advice would be greatly appreciated. API endpionts and the column value we need to use for API call.
Hello there @AlanTimms and welcome to the community!
I hope you like it here
It looks like that response is giving you the columns titles and IDs of your board.
If there is a specific column that you can see in the board but is not getting retrieved via API it is possibly an matter of permissions. When you query for the information via API, you are using a user’s API token. That user’s API token will give you access via API to whatever the user has access to. If the user does not have access to viewing that particular column (that might have some permissions settings for it), then it will not show in the response either.