| getapiprofileResult Structure Definition |
The getapiprofileResult structure defines the return type for getapiprofile API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
apiprofileList |
List of apiprofiles |
| apiprofile Structure Definition |
The apiprofile structure defines the actual return type values for getapiprofile API. |
Syntax |
Members |
name |
Name of the API profile. |
apispec |
Name for the API spec which will be binded to the profile. |
apivisibility |
Enable/Disable the schema lookup for the requests/apispecs that are bounded to the API profile. The default value of this parameter is DISABLED. |
_nextgenapiresource |
See Also |