GetProcedureInfo Method
- Last UpdatedApr 15, 2025
- 1 minute read
Gets a specific procedure object.
'Declaration
Public Function GetProcedureInfo( _
ByVal organizationId As Guid, _
ByVal applicationId As Guid, _
ByVal appItemId As String, _
ByVal token As String _
) As ProcedureInfo
public ProcedureInfo GetProcedureInfo(
Guid organizationId,
Guid applicationId,
string appItemId,
string token
)
public:
ProcedureInfo^ GetProcedureInfo(
Guid organizationId,
Guid applicationId,
String^ appItemId,
String^ token
)
Parameters
- organizationId
- The organization scope to limit the result set.
- applicationId
- The owning application Id.
- appItemId
- The application item Id.
- token
- A security token retrieved via
AIMserver request
Return Value
A single ProcedureInfo object.