Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.78 KB

ServicesFunctionsVersionsContentApi.md

File metadata and controls

53 lines (30 loc) · 1.78 KB

ServicesFunctionsVersionsContentApi

All URIs are relative to https://serverless.twilio.com

Method HTTP request Description
FetchFunctionVersionContent Get /v1/Services/{ServiceSid}/Functions/{FunctionSid}/Versions/{Sid}/Content Retrieve a the content of a specific Function Version resource.

FetchFunctionVersionContent

ServerlessV1FunctionVersionContent FetchFunctionVersionContent(ctx, ServiceSidFunctionSidSid)

Retrieve a the content of a specific Function Version resource.

Retrieve a the content of a specific Function Version resource.

Path Parameters

Name Type Description
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
ServiceSid string The SID of the Service to fetch the Function Version content from.
FunctionSid string The SID of the Function that is the parent of the Function Version content to fetch.
Sid string The SID of the Function Version content to fetch.

Other Parameters

Other parameters are passed through a pointer to a FetchFunctionVersionContentParams struct

Name Type Description

Return type

ServerlessV1FunctionVersionContent

Authorization

accountSid_authToken

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]