I’m building a workflow using Pipedream and need to all of my collection’s custom field ids in order to map my data from my podcast RSS feed to create a new collection item. I keep receiving the error, “Field not described in schema” and found [this old post](Post Request Validation Failure “Field not described in schema”) which was sort of useful except that the ‘List Collection Items’ GET req doesn’t return field ids.
How can I query the CMS api to return a list of all of a collection’s ids (historic, including updated field names/ids)?
Thanks @bullshark but I’m still getting this validation error when I try to create a new item using the field ids found on the response from the Get Collection query. Do you know why?