Get constructor
Retrieves a constructor by id.
Path parameters
-
constructor_id
string Required Identifier for the constructor
GET
/platform/infrastructure/constructors/{constructor_id}
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/constructors/{constructor_id}' \
--user "username:password"