# Custom Fields APIs to manage company custom fields. ## Get company questions - [GET /v2/companies/{companyId}/questions](https://developer.spotnana.com/openapi/policyapi/custom-fields/getcompanyquestions.md) ## Create company question - [POST /v2/companies/{companyId}/questions](https://developer.spotnana.com/openapi/policyapi/custom-fields/createcompanyquestion.md) ## Get company question - [GET /v2/companies/{companyId}/questions/{questionId}](https://developer.spotnana.com/openapi/policyapi/custom-fields/getcompanyquestion.md) ## Update company question - [PUT /v2/companies/{companyId}/questions/{questionId}](https://developer.spotnana.com/openapi/policyapi/custom-fields/updatecompanyquestion.md) ## Delete company question - [DELETE /v2/companies/{companyId}/questions/{questionId}](https://developer.spotnana.com/openapi/policyapi/custom-fields/deletecompanyquestion.md)