GetProcedureIntegrationConfigInfo Method
- Last UpdatedApr 15, 2025
- 1 minute read
Gets a single ProcedureIntegrationConfigInfo object based on the GUID.
public ProcedureIntegrationConfigInfo GetProcedureIntegrationConfigInfo(
Guid organizationId,
Guid id,
string token
)
public:
ProcedureIntegrationConfigInfo^ GetProcedureIntegrationConfigInfo(
Guid organizationId,
Guid id,
String^ token
)
Parameters
- organizationId
- The organization scope to limit the result set.
- id
- The Id of the object.
- token
- A security token retrieved via
AIMserver request
Return Value
A ProcedureIntegrationConfigInfo object.