Sign in

Show project blog

documented

Retrieves details of a specific project blog.

GET /projectblogs/{projectBlogId}Project Blogsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://secure.solve360.com/projectblogs/{{$projectBlogId}}" \
  -X GET \
  -u "{{SOLVE360_USERNAME}}:{{SOLVE360_API_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Show project blog · solve360 · OpenIntegrations