github.com/twilio/twilio-go@v1.20.1/rest/numbers/v2/docs/RegulatoryComplianceBundlesEvaluationsApi.md (about) 1 # RegulatoryComplianceBundlesEvaluationsApi 2 3 All URIs are relative to *https://numbers.twilio.com* 4 5 Method | HTTP request | Description 6 ------------- | ------------- | ------------- 7 [**CreateEvaluation**](RegulatoryComplianceBundlesEvaluationsApi.md#CreateEvaluation) | **Post** /v2/RegulatoryCompliance/Bundles/{BundleSid}/Evaluations | 8 [**FetchEvaluation**](RegulatoryComplianceBundlesEvaluationsApi.md#FetchEvaluation) | **Get** /v2/RegulatoryCompliance/Bundles/{BundleSid}/Evaluations/{Sid} | 9 [**ListEvaluation**](RegulatoryComplianceBundlesEvaluationsApi.md#ListEvaluation) | **Get** /v2/RegulatoryCompliance/Bundles/{BundleSid}/Evaluations | 10 11 12 13 ## CreateEvaluation 14 15 > NumbersV2Evaluation CreateEvaluation(ctx, BundleSid) 16 17 18 19 Creates an evaluation for a bundle 20 21 ### Path Parameters 22 23 24 Name | Type | Description 25 ------------- | ------------- | ------------- 26 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 27 **BundleSid** | **string** | The unique string that identifies the Bundle resource. 28 29 ### Other Parameters 30 31 Other parameters are passed through a pointer to a CreateEvaluationParams struct 32 33 34 Name | Type | Description 35 ------------- | ------------- | ------------- 36 37 ### Return type 38 39 [**NumbersV2Evaluation**](NumbersV2Evaluation.md) 40 41 ### Authorization 42 43 [accountSid_authToken](../README.md#accountSid_authToken) 44 45 ### HTTP request headers 46 47 - **Content-Type**: Not defined 48 - **Accept**: application/json 49 50 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 51 [[Back to Model list]](../README.md#documentation-for-models) 52 [[Back to README]](../README.md) 53 54 55 ## FetchEvaluation 56 57 > NumbersV2Evaluation FetchEvaluation(ctx, BundleSidSid) 58 59 60 61 Fetch specific Evaluation Instance. 62 63 ### Path Parameters 64 65 66 Name | Type | Description 67 ------------- | ------------- | ------------- 68 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 69 **BundleSid** | **string** | The unique string that we created to identify the Bundle resource. 70 **Sid** | **string** | The unique string that identifies the Evaluation resource. 71 72 ### Other Parameters 73 74 Other parameters are passed through a pointer to a FetchEvaluationParams struct 75 76 77 Name | Type | Description 78 ------------- | ------------- | ------------- 79 80 ### Return type 81 82 [**NumbersV2Evaluation**](NumbersV2Evaluation.md) 83 84 ### Authorization 85 86 [accountSid_authToken](../README.md#accountSid_authToken) 87 88 ### HTTP request headers 89 90 - **Content-Type**: Not defined 91 - **Accept**: application/json 92 93 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 94 [[Back to Model list]](../README.md#documentation-for-models) 95 [[Back to README]](../README.md) 96 97 98 ## ListEvaluation 99 100 > []NumbersV2Evaluation ListEvaluation(ctx, BundleSidoptional) 101 102 103 104 Retrieve a list of Evaluations associated to the Bundle resource. 105 106 ### Path Parameters 107 108 109 Name | Type | Description 110 ------------- | ------------- | ------------- 111 **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc. 112 **BundleSid** | **string** | The unique string that identifies the Bundle resource. 113 114 ### Other Parameters 115 116 Other parameters are passed through a pointer to a ListEvaluationParams struct 117 118 119 Name | Type | Description 120 ------------- | ------------- | ------------- 121 **PageSize** | **int** | How many resources to return in each list page. The default is 50, and the maximum is 1000. 122 **Limit** | **int** | Max number of records to return. 123 124 ### Return type 125 126 [**[]NumbersV2Evaluation**](NumbersV2Evaluation.md) 127 128 ### Authorization 129 130 [accountSid_authToken](../README.md#accountSid_authToken) 131 132 ### HTTP request headers 133 134 - **Content-Type**: Not defined 135 - **Accept**: application/json 136 137 [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 138 [[Back to Model list]](../README.md#documentation-for-models) 139 [[Back to README]](../README.md) 140