Skip to main content

CAD Connector - Central Square ProSuite API

T
Written by Ty Kozic
Updated over a month ago

This connector is distinct from that which uses Central Square ProSuite's report system. See that article here.

Overview

The data agent connects directly to Central Square ProSuite's API.

The connector offers the following configuration parameters.

*: Required

Configuration

Explanation

Base URL*

The base API URL. Endpoint URLs are constructed using this.

Username*

Username for acquiring bearer tokens.

Password*

Password for acquiring bearer tokens.

Domain (for Active Directory)

Required if using Active Directory for authentication.

Authentication

The data agent requests a bearer token when necessary via a password grant request to the OAuth 2.0 authentication endpoint. This bearer token is used for as long as possible to make requests to other API endpoints.

Endpoint usage

The data agent makes requests only to non-modifying endpoints; that is, POST /search or GET endpoints.

Did this answer your question?