FieldEdge Open API
DocsAPIs
DocsAPIs
  1. Company
  • Lead
    • Creates a new lead with customer details, appointment preferences, and service information.
      POST
    • Fetches lead details based on the provided lead identifier.
      GET
  • Customer
    • Creates a new customer
      POST
    • Updates an existing customer
      PUT
    • Search customers by phone, email, or first name
      GET
    • Search customers based on address details.
      GET
    • Get customer details by ID
      GET
  • Webhook
    • Registers a new webhook endpoint to receive event notifications.
      POST
  • Item
    • Creates a new inventory item
      POST
    • Retrieve a paginated list of inventory items with optional filters
      GET
    • Updates an existing inventory item
      PATCH
    • Retrieve an inventory item by ID
      GET
  • ItemCategory
    • Get List of itemCategories.
      GET
    • Get item category by id.
      GET
  • Company
    • Get company name by ID
      GET
  1. Company

Get company name by ID

GET
/v1/companies/{companyId}
Returns the company name for the given company ID.

Request

Path Params

Responses

🟢200
application/json
Company name found
Body

🟢204
🟠400
🟠401
🔴500
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.api.fieldedge.com/open-api/v1/companies/'
Response Response Example
200 - response
{
    "companyName": "QADevelopment QBD"
}
Modified at 2026-03-19 11:30:01
Previous
Get item category by id.
Built with