• Home
  • Resources
  • Objects
  • Guide
    • What is an API
    • Creating an app
    • Using the API
    • Troubleshooting
    • Login
    • IQL query language
    • API Playground
    • Get started
    • Error messages
    • Access scopes
    • Introduction to general concepts
  • Home>
  • Resources>
  • initiatives/ideas/(id)/files/post

POST initiatives/ideas/(id)/files/post

Submit a new file

Resource information

Request method POST
Response object File
Access scope initiative_get
Response format JSON, XML

Parameters

Property "content" needs to be Base64 encoded

Example

https://api.induct.no/v1/12345/initiatives/ideas/342/files/

Post data

{
    fileName: "Examplefile.txt",
    content: "dGhpcyBpcyBhIGZpbGUgd2l0aCBzb21lIHRleHQgY29udGVudA=="
}

Induct API 1.0

Last API system update:
11/23/2020 8:43:56 AM

↑ Back to top

© Induct Software AS