catalogMetadataProgramRetrieve2 method
GET Query program metadata TODO: program-key compatibility Params: program_id org
Parameters:
- String field (required):
Implementation
Future<void> catalogMetadataProgramRetrieve2(String field,) async {
final response = await catalogMetadataProgramRetrieve2WithHttpInfo(field,);
if (response.statusCode >= HttpStatus.badRequest) {
throw ApiException(response.statusCode, await _decodeBodyBytes(response));
}
}